Top "Radgrid" questions

RadGrid is an ASP.

error message "String was not recognized as a valid Boolean" in aspx page

I have a SQL stored proc where I am creating a column ("Certified") dynamically based on two other columns. The …

asp.net sql-server checkbox telerik radgrid
How to call a command of a rad grid

i have a rad grid with the following code <telerik:GridTemplateColumn> <ItemTemplate> <asp:LinkButton ID="…

c# asp.net telerik-grid radgrid radgridview
RadGrid not paging

I get the paging to show when the RadGrid is shown, but when I try to click for the next …

c# data-binding telerik radgrid page-index-changed
Telerik RadGrid Add/Edit Row Performance Issue

In a Telerik RadGrid, the user has the ability to add a row and edit an existing one. It appears …

asp.net performance telerik radgrid
RadGrid - filter textboxs, any way to control their width dynamically?

I have a RadGrid with a filtercontrol on it. The grid fits the size of the window, but certain views …

asp.net vb.net telerik radgrid
RadWindow PopUp from CodeBehind from RadGrid Dropdownlist(EditMode)

I have a situation that I need some answers for please. I am working with the RadWindow control using the …

asp.net ajax telerik radgrid radwindow
In RadGrid, how can we merge 2 datacolumns only for viewing, but still be able to edit them separately?

I have a Telerik's RadGrid which has 2 columns like this: <Columns> <telerik:GridBoundColumn HeaderText="AirlineCode" UniqueName="AirlineCode" …

telerik radgrid telerik-grid
getting the RadGrid checkbox column value in server

I have a RadGrid having a checkbox column, i have added the column as a ItemTemplate to make it editable …

asp.net telerik radgrid
Accessing a value in a radGrid column

I want to access a value in a radGrid control. Given the image below, I want to access the value …

asp.net telerik radgrid
Set default value of telerik:GridDropDownColumn inside of telerik:RadGrid

I have a telerik:RadGrid that is bound to a SQL Data Source. One of the columns is for "Location" …

asp.net telerik radgrid