Top "Telerik-grid" questions

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

telerik-grid onRowSelect how to get id?

Hi i am new in asp.net mvc and telerik controls. How can i get o.Id value when i …

asp.net-mvc telerik-grid
RadComboBox in a RadGrid and getting the unique row

I have a radgrid with a radcombobox in each row. I want to get the row's ID after the combo …

telerik telerik-grid
How to merge columns using Telerik RadGrid control

I know I need to use Template Columns, but I am not clearly understanding how to use it. I have …

telerik radgrid telerik-grid
Telerik RadGrid GridDataItem - how to determine if column exists?

I'm using a base class to modify the behavior of any Telerik RadGrid that appears on my ASP.Net pages. …

asp.net telerik telerik-grid radgrid
show date instead of DateTime in telerik Grid

i am using telerik grid in my Asp.Net MVC3 application and i want to bind a Date of format …

c# asp.net-mvc-3 datetime telerik-grid
ASP.NET MVC Telerik Grid: How to make one column read only on edit?

I have an ASP.NET MVC Telerik Grid (not Kendo). I have a grid with two columns. The first column …

asp.net-mvc user-interface telerik telerik-grid telerik-mvc
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
Kendo UI Grid different detail templates depending on condition

I have such grid defined @(Html.Kendo().Grid<FieldViewModel>(Model.Fields) .HtmlAttributes(new { @class = "fullScreen" }) .Name("formFields") .ClientDetailTemplateId("…

c# telerik telerik-grid telerik-mvc kendo-ui
how can I change the "get" and "set" on a Model Property?

Currently I have a DateTime property for a model. I am using the telerik MVC framwork but I am using …

model-view-controller model telerik-grid telerik-mvc datetimepicker
customize the filter option for a date colmn telerik grid

I am using telerik grid. I need to apply a filter for all the columns in my grid. Currenly I …

asp.net filtering telerik-grid