Top "Kendo-grid" questions

The Kendo Grid is a Kendo widget that displays tabular data and offers rich support interacting with data, including paging, sorting, grouping, and selection.

Reloading/refreshing Kendo Grid

How to reload or refresh a Kendo Grid using Javascript? It is often required to reload or refresh a grid …

kendo-ui kendo-grid
Uncaught TypeError : cannot read property 'replace' of undefined In Grid

I'm new in using Kendo Grid and Kendo UI . My question is how can i resolve this Error Uncaught TypeError: …

javascript jquery kendo-ui telerik kendo-grid
Kendo grid date column not formatting

I have a KendoGrid like below and when I run the application, I'm not getting the expected format for date …

date kendo-ui kendo-grid
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
How Can I Hide Kendo UI Grid Columns using JavaScript, React, Angular, Vue or ASP.NET MVC

I'm working on a HTML5 and JavaScript website. Is it possible to have a hidden column in Kendo UI Grid …

javascript c# .net kendo-ui kendo-grid
How to get row index and cell index of row click kendo grid

I have added onchange event for kendo-ui grid. In that I am trying to get the ID value for that …

kendo-ui telerik kendo-grid
How to get the displayed data of KendoGrid in json format?

I have a kendoGrid and i would like to get the JSON out of it after filtering and sorting how …

javascript jquery json kendo-ui kendo-grid
Kendo-UI grid Set Value in grid with Javascript

I'm just wondering how you go about changing a value of a row in a grid in JavaScript so that …

javascript data-binding kendo-ui kendo-grid
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
Display a message within the Kendo grid when it's empty

I'm trying to display a friendly message (like "No records found, try again later") within the grid content, when there …

javascript jquery css kendo-ui kendo-grid