Top "Kendo-asp.net-mvc" questions

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

Where to find Kendo.Mvc.Examples.Models

I am trying to create a kendo schedular but you need to pass in a model. In the examples it …

asp.net-mvc asp.net-mvc-4 kendo-ui kendo-asp.net-mvc kendo-scheduler
Making Kendo Datepicker readonly but also selectable

I´ve been struggling to make my Kendo Datepicker without user-text-input and the only solution I´ve come up with …

asp.net-mvc asp.net-mvc-4 telerik kendo-ui kendo-asp.net-mvc
Sorting kendo grid on multiple columns

i have a kendo grid. When the page loads, by default i want to sort the grid by column1 then …

kendo-grid kendo-asp.net-mvc kendo-sortable
Cannot export hidden columns in Kendo Grid

I want to hide some columns on Kendo Grid and export them to the excel as the visible columns. However, …

asp.net-mvc kendo-ui kendo-grid export-to-excel kendo-asp.net-mvc
Dynamic default value for Kendo Grid

I want an auto increment column in my Kendo Grid. This field isn't server side auto increment, because I want …

javascript kendo-ui kendo-grid kendo-asp.net-mvc
How to pass data from Razor View Kendo UI DropDownList to Controller Variable?

vs'12 , KendoUI, asp.net C# MVC4 Internet Application EF Code First Would like to see how one would pass values …

asp.net-mvc-4 razor kendo-ui kendo-asp.net-mvc model-view
Kendo grid gets null object on create/update/delete

I tried a simple Kendo UI grid with CRUD operations with an Employee class. But when I create/update/delete, …

kendo-ui kendo-grid kendo-asp.net-mvc jsonresult
Kendo UI Grid for MVC export to Excel does nothing

I am using Kendo grid for MVC 4.0. I have the latest DLL 2015.1.318.440. I am including jszip.js. I copied and …

asp.net-mvc excel export-to-excel kendo-asp.net-mvc
How to bind a model to a kendo Combobox in order to use the models validatation?

I am trying to use my viewModel to validate a form both client side and server side. I have got …

c# asp.net-mvc-5 kendo-asp.net-mvc kendo-combobox
Kendo UI Custom Dropdownlist - multiple column for datatextfield and single for datavaluefield

I want to have multiple datatextField column as im returning a custom List which returns me list with property Name,…

kendo-ui kendo-asp.net-mvc kendo-dropdown