Questions regarding server side wrappers enabling the use of Kendo UI widgets from C# or VB.
I edit the grid using editable: "popup" as shown on Telerik's demo page. After I edit the grid, I want …
kendo-ui kendo-grid kendo-asp.net-mvcI want to build a Kendo UI Grid with format date dd//MM/yyyy. However, all questions that I found …
c# asp.net-mvc-4 datetime kendo-grid kendo-asp.net-mvcLet's say I have a data like this: [ {ID: 1, SomeForeignKeyID: 4, IsFkEnabled: true}, {ID: 2, SomeForeignKeyID: 9, IsFkEnabled: false} ] Kendo Grid is using …
javascript kendo-ui kendo-grid kendo-asp.net-mvcI have Kendo grid and I set data source use this .DataSource(dataSource => dataSource .Ajax() .PageSize(20) .Read(read => …
javascript asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvcI have a kendo Grid as follows. @(Html.Kendo().Grid<RevenueModel>() .Name("WeeklyRevenue") .Resizable(resizing => resizing.Columns(…
asp.net asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvcAs part of Kendo grid upgrade, some of my old code seems to be not working due to change in …
javascript jquery kendo-ui kendo-grid kendo-asp.net-mvcI wanted to add a checkbox column as first column to below grid. Can some one help me how to …
c#-4.0 razor kendo-grid kendo-asp.net-mvcI have a Kendo Grid inside a Kendo Window. How can I enable its horizontal scrolling using wrappers? I've tried …
kendo-ui kendo-grid kendo-asp.net-mvcHi can someone tell me how to set width for kendo dropdown? Here is my code sample and it is …
kendo-ui kendo-asp.net-mvcI have the following control: @(Html.Kendo().DatePickerFor(model => model.Attributes.DueDate) .HtmlAttributes(new { ID = "idSurvey_DueDate", @data_bind = "…
validation kendo-ui kendo-asp.net-mvc kendo-datepicker