Questions tagged [kendo-ui-grid]

The Kendo UI Grid widget supports paging, sorting, grouping, and scrolling of data sets of any size.

Kendo Grid supports paging, sorting, grouping, and scrolling. It is large data set friendly. Invoke it by calling kendoGrid on a jQuery page element.

Grid is one of the more popular Kendo UI widgets offered by Telerik. Kendo UI is a library for creating touch-friendly HTML5 pages.


Related links


Related tags

197 questions
-2
votes
1 answer

Kendo UI - convert table grid tr rows into individual tables

Below is the HTML code. I need each row for this "GRID" to be displayed as individual table rather than a single table with rows. HTML: }, {"field": …
-3
votes
3 answers

KendoUI Grid Master And Detail Buttons Bug

If you use the same name for master and detail row buttons, you receive double click events for these buttons. I think kendo ui bounds the events with "k-grid-{Your Button Name}" class attribute. Don't use same button name in master and detail rows.…
1 2 3
13
14