Top "Telerik-mvc" questions

Questions about Telerik ASP.

Kendo UI for MVC Grid How do I hide the ID column

I would like to hide the ID column of a Kendo grid but still be able to reference it for …

asp.net-mvc razor telerik-mvc kendo-ui
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
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
Telerik MVC Grid making a Column Red Color based on Other Column Value

I have a Telerik MVC Grid in which say, there are like two fields CustomerID and OrdersQuantity (can go negative) …

telerik telerik-mvc
How to start using Telerik in asp.Net MVC

I want to try Telerik in my C# asp.MVC project. I downloaded and installed the Telerik for MVC and …

c# asp.net-mvc telerik telerik-mvc
How do I override the Telerik MVC Grid editor popup when using ClientTemplates and AjaxBinding

I've got a list of user roles that I'm trying to display in my grid column and trying to set …

razor telerik-mvc
Floating horizontal scroll bar for html table

I have an html table that is very tall. The web page has to be scrolled vertically to reach the …

javascript jquery css asp.net-mvc telerik-mvc
How to use common Layout and styles across multiple Asp.net MVC applications

I have a visual studio solution with multiple telerik MVC4 razor projects having same look and feel. I don't want …

asp.net-mvc layout razor asp.net-mvc-4 telerik-mvc
DropDownList On telerik grid with inline Edit Option mvc

I am using Telerik grid for mvc project , I want drop down list to be in the grid for four …

telerik-grid telerik-mvc telerik-combobox