python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kendo Grid Search Toolbar throwing e.charAt is not a function
I am trying to add the Kendo Search Toolbar to my grid.
I have added the following in my Kendo Grid
toolbar: ["search"],
search: {
fields: [
{ nam...
TAD II
Votes: 0
Answers: 1
Kendo grid every page has same data
In my kendo grid, I have it set to use paging, with a page size of 50. When the grid makes the Read request, I can see in the filters : Page 1, 50 rows , then the next page says Page 2, 50 rows, etc.
...

David Wilkins
Votes: 0
Answers: 1
Navigate to specific cell
I'm using KendoUI Grid to display some data, the grid is pageable and scrollable, right now I'm able to select and scroll to a specific row, but now when I'm there I also should be able to navigate an...
User1899289003
Votes: 0
Answers: 1
Disable row selection in mvc and Enable column selection in mvc kendo grid
I want to Disable the row selection and enable only column selection kendo grid MVC. Here is my code. I want to select the kendo grid cells only now the whole row like I want only the coordinates.
col...
Ravi Kumar
Votes: 0
Answers: 1