Top "Telerik-grid" questions

telerik-grid refers to the issues in grid control available in various Telerik products.

CS1525: Invalid expression term ')'

I'm working with Telerik Grid and I want to have a column using the Template to acces to other accion. …

c# asp.net-mvc-3 telerik-grid
Kendo UI Grid post rendered or post databound event?

Is there a way to trigger an event after grid has been reloaded via ajax? i see the RequestEnd event. …

javascript kendo-ui telerik kendo-grid telerik-grid
RadGrid apply filter in codebehind

I'm trying to set a value in a filter for RadGrid on a dropdown select. GridColumn column = RadGrid1.MasterTableView.GetColumnSafe("…

telerik-grid
How to set up Kendo UI mvc grid with checkbox control

I am using Kendo UI MVC grid. One of the properties of the model is bool, so I need to …

telerik telerik-grid telerik-mvc kendo-ui
Radgrid CommandItemSettings add custom button

I have a Telerik RadGrid has a "Add New" button using a CommandItemSettings-AddNewRecordText. I would like to add a custom …

asp.net telerik telerik-grid
How to create custom Delete/Destroy button/command in Kendo UI grid?

I am using Kendo UI grid with GridEditMode.InCell and I need to add a hyperlink for delete/destroy command …

telerik telerik-grid telerik-mvc kendo-ui
How to select row in Telerik RadGrid?

When user select a row in Telerik Rad Grid, i want to take fields in this row. how to do …

c# asp.net telerik telerik-grid
Telerik gridview : How to refresh grid view after Database change

I'm using radgridview in C# winform application to show data from database. I'm also altering database through ADO.Net. The …

c# winforms telerik dataset telerik-grid
Kendogrid destroy() and recreate the table on a new datasource, why do the old table columns still exist?

When invoking destroy() in KendoUI Grid and then recreate the table on a new DataSource: why do the old table …

telerik kendo-ui telerik-grid kendo-grid
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