Category "kendo-asp.net-mvc"

Add change event to all cells in specified column of Kendo Grid

I want to add a change event to all cells in a specified column using Kendo UI. Something like: this.myGridVariable.table.on("change", "--InsertMyColumnNameHer

Kendo MVC Grid paging buttons not changing results displayed

I have a Kendo Grid. The paging numbers are ok, items per page is ok, but when I press on page number the results in grid isn't changing, all results are shown

"Select all" in Kendo MultiSelect (MVC)

I have a Kendo Grid with some custom editors, one is a multiselect. I have a cshtml file for the editor that looks like so: @model IEnumerable<ManageSitesInT