Top "Kendo-asp.net-mvc" questions

Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.

Kendo DropDownListFor() with ASP.NET-MVC

i have a problem into the ASP.NET-MVC Helper I have a form that give a POST into action **create …

kendo-ui kendo-asp.net-mvc
How to add row number to kendo ui grid?

I have a kendo ui grid in my page that has some columns. Now I want to add a column …

c# asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
How to bind the Kendo Grid in asp.net MVC 4 Razor

I have create the asp.net MVC 4 application where i am using the entity framework and class "Data" is the …

asp.net-mvc asp.net-mvc-4 kendo-ui kendo-grid kendo-asp.net-mvc
Kendo Grid Edit InLine Custom Validation message e.g. for duplicate Names etc

I have an entity Location and I am using the Kendu UI Grid with InLine edit mode. The entity owns …

asp.net-mvc razor kendo-ui kendo-grid kendo-asp.net-mvc
Telerik Kendo MVC TextBox Multiline Mode

Does anyone know what properties to set to make a Kendo MVC Textbox Multiline? @(Html.Kendo().TextBox() .Name("txtComments") .Value(@…

razor textbox kendo-asp.net-mvc multiline telerik-mvc
how to get key row selected in kendo ui grid

i write this code for create Grid with kendo Ui in asp.net mvc @(Html.Kendo().Grid(Model) .Name("Grid") .…

asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc
Call a server side MVC action on the click of a Kendo UI button

I just download a trial version of v2013.3.1119.440 of the Kendo UI wrappers for ASP.NET MVC. I see a …

kendo-ui kendo-asp.net-mvc
How do I clear / reset a Kendo DropDownList with only javascript?

I have a Kendo DropDownList (name=Function) that contains 3 options. When one option is selected, it triggers an ajax call …

javascript kendo-ui kendo-asp.net-mvc
NuGet for Kendo.Mvc.dll

I am using ASP.MVC and Kendo for my web application. Currently, I've this code: public FileResult Export([DataSourceRequest]DataSourceRequest …

c# .net dll nuget kendo-asp.net-mvc
How to handle a Kendo UI Grid row double-click event

I have a selectable KendoUI grid in my MVC app. I want to do something when the user double-clicks on …

javascript jquery kendo-ui kendo-grid kendo-asp.net-mvc