Top "Kendo-asp.net-mvc" questions

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

Kendo UI MVC Send MultiSelect data values to Action method

The Kendo UI Ajax Binding documentation at Ajax Binding describes passing multiple data parameters to an Action method but it …

kendo-ui kendo-grid kendo-asp.net-mvc
Post the Kendo Grid Data on Form Submit

I want to Post the data from a Kendo Grid to the server, and save it to a database. For …

asp.net-mvc asp.net-mvc-3 kendo-ui kendo-grid kendo-asp.net-mvc
Specify size and maxlength for Html.Kendo().TextBoxFor

I am using Server Side Validation On ASP.NET MVC Kendo UI. On a view(used to create) for a …

asp.net-mvc-4 kendo-asp.net-mvc
htmlhelper does not contain a definition for kendo in ASP.NET MVC RAZOR

I am trying to install kendo UI for ASP.NET MVC application and I am getting following error. htmlhelper does …

kendo-ui asp.net-mvc-5 kendo-asp.net-mvc
How do I bind the Kendo Textbox control to its data?

I have designed a view using some of the Kendo Telerik controls. I am not sure how to bind their …

c# asp.net-mvc kendo-ui telerik kendo-asp.net-mvc
Kendo Grid Export to Excel -All Pages not working

I have a pageable and filterable grid which I set up to export to excel using the new Kendo Grid …

asp.net-mvc razor kendo-ui kendo-grid kendo-asp.net-mvc
How do I refresh a Kendo UI combo box?

I have an ASP.Net MVC Kendo UI combobox that is databound to a table with 1000's of records. I've …

asp.net-mvc kendo-ui kendo-grid kendo-combobox kendo-asp.net-mvc
How to use client template expressions in ajax binding of a mvc kendo grid?

I have a two-layer hierarchical grid that I am moving from server side binding to using ajax. The ajax reads …

c# kendo-ui telerik kendo-grid kendo-asp.net-mvc
Kendo ListView: cant refresh (reload) data

Here is my ListView: @(Html.Kendo().ListView<Entity>() .Name("listView") .TagName("div") .ClientTemplateId("template") .DataSource(dataSource => { dataSource.…

c# kendo-ui kendo-asp.net-mvc
Get a reference to Kendo Grid from inside the error handler

There already are questions how to get custom error handling, with answers, but all those answers use 'external' reference/selector …

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