Top "Kendo-asp.net-mvc" questions

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

How can I refresh the grid after I edit the Kendo UI grid?

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-mvc
Format DateTime in Kendo UI Grid using asp.net MVC Wrapper

I 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-mvc
Make cell readonly in Kendo Grid if condition is met

Let'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-mvc
Change kendo grid Datasource use JS

I 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-mvc
Send Additional Parameter in Kendo Grid Read Action

I 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-mvc
Kendo grid - How to get the row details on RowSelected?

As 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-mvc
Checkbox column with Kendo grid

I 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-mvc
Horizontal scroll for a Kendo Grid

I 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-mvc
Kendo dropdown width

Hi can someone tell me how to set width for kendo dropdown? Here is my code sample and it is …

kendo-ui kendo-asp.net-mvc
How do you make a kendo datepicker do date validation for a minimum date?

I 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