Top "Radgrid" questions

RadGrid is an ASP.

What is the difference between RadGrid.Rebind() and RadGrid.MasterTableView.Rebind()?

Using RadGrid for Asp.Net Ajax (from Telerik) I need to re-set the CurrentPageIndex. Some examples say the next line …

asp.net telerik webforms radgrid
Telerik radGrid - possible to do use AllowAutomaticUpdates when Datasource = a dataset?

I am setting the datasource of my radGrid to a dataset (that I have stored in session). I have enabled …

asp.net asp.net-ajax telerik radgrid
How to rebind the RadGrid after close the RadWindow

I have a MasterPage with the RadAjaxManager. I have a RadGrid in my ContentPage (Default.aspx). I would like to …

telerik radgrid radwindow
Adding RadComboBox to RadGrid Edit

I have added a RadControl, RadGrid and I need to add a radComboBox in the edit mode. When user clicks …

asp.net telerik radgrid rad radcombobox
FindControl GridTemplateColumn Outside of radGrid Events

I have my own method and I am trying to findcontrol on a control inside the GridTemplateColumn, so I am …

c# asp.net telerik radgrid
telerik radGrid - persist client state on sort/paging/filter

Even in this ajax example which I really like the look of, when ever the top level grid is sorted …

javascript jquery html telerik radgrid
Set row color of Telerik RadGrid

I am using a RadGrid for displaying the data from a database. I want to change the row color in …

c# telerik radgrid
Change color of specific rows (TELERIK)

I have in my grid a GridTemplateColumn which display "INDEF" or "MA". When it's "INDEF", i would like my row …

c# asp.net telerik radgrid
Radgrid fill container height

I have some nested divs, one of which contains a Radgrid control which needs to fill its container. Tried 100% height/…

c# asp.net telerik radgrid
RadGrid Custom Filter

I'm trying to add a custom filter to my RadGrid. I have a column, vendNum, which I want to allow …

asp.net telerik radgrid