Top "Radgrid" questions

RadGrid is an ASP.

How to give a color to the Column Header in Telerik RadGrid

I have created a telerik RadGrid in asp .net. My requirement is to give my own color to Column header. …

telerik telerik-grid radgrid radgridview
RadGrid Paging does not work fine after changing page

I have a RadGrid in my ASP.Net app and I have set the AllowPaging to True and PageSize to 10, …

c# asp.net telerik radgrid
Binding Telerik RadGRID to a list<string> object

I have a simple use for RadGrid that involves binding it to a list of strings i.e. using: list&…

c# xaml telerik radgrid
Problem with paging in telerik Radgrid when databinded from ServerSide

I have two radgrid , for the first radgrid i am binding the data from serverside , and for the second radgrid …

asp.net data-binding gridview radgrid telerik-grid
How do I programatically put telerik rad grid in "add new" mode on page load

Seems like this should be easy but I must just be missing something... I have a Telerik RadGrid on a …

asp.net telerik radgrid
How to get the value of a textbox on RadGrid ItemCommand event handler when using a Custom Command?

I'm using RadGrid Form Templates as below; <EditFormSettings EditFormType="Template"> <FormTemplate> <table id="tblEditForm" cellpadding="2" …

c# asp.net html radgrid dataitem
Telerik RadGrid set BoundColumn to ReadOnly in Edit Mode

I have a Telerik RadGrid that has three bound columns and one button column. I would like to let the …

c# vb.net telerik radgrid
Add new record button in RadGrid

I follow this demo on how to create grid with my custom New Item control. I have quite easy question …

telerik telerik-grid radgrid
Telerik RadGrid - How to disable sorting for a Column?

In their documentation Telerik says that there is a way to disable sorting for specific column by using AllowSorting property. …

telerik radgrid