Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
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-mvcI 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-mvcI 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-mvcI 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-mvcI 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-mvcI 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-mvcI 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-mvcI 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-mvcHere is my ListView: @(Html.Kendo().ListView<Entity>() .Name("listView") .TagName("div") .ClientTemplateId("template") .DataSource(dataSource => { dataSource.…
c# kendo-ui kendo-asp.net-mvcThere 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