Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kendo Grid

Kendo Grid: Add New Row With Nested Object Stopped Working

I'm filling a Kendo data grid from nested JSON by this way: https://stackoverflow.com/a/2444131… Read more Kendo Grid: Add New Row With Nested Object Stopped Working

Presetting Kendo Datasource Pagesize To "all"

Whenever a user changes the pagination on a grid, I save the setting in localStorage and retrieve i… Read more Presetting Kendo Datasource Pagesize To "all"

Why Are My Kendogrid "update" Parameters Always Null In The Controller?

I have the following code in my Index.cshtml file: var dataSource = new kendo.data.DataSource({ … Read more Why Are My Kendogrid "update" Parameters Always Null In The Controller?

Setting Kendo Ui Grid Height 100% Of Wrapper

I know there is an easy way to set fixed height of a Kendo UI grid through their API but for our sp… Read more Setting Kendo Ui Grid Height 100% Of Wrapper

Kendo Ui Grid - Grouped Header Columns

This is not related to the grouping function where you can drag things to the header and it groups … Read more Kendo Ui Grid - Grouped Header Columns

Kendo Ui Bind Drop Down Value From Popupeditor

I have a Kendo Grid which has an option to add a new record using the Popup Editor. One field from … Read more Kendo Ui Bind Drop Down Value From Popupeditor