Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
if i checked two row means o/p will be 2.

i tried this
var grid = $("#grid").data("kendoGrid");
grid.dataSource.read();
var count = grid.dataSource.total();
alert(count)

this will count only no rows in grid
Posted
Comments
Suvendu Shekhar Giri 14-Dec-15 0:35am    
Refer KendoUI documentation.
Snesh Prajapati 14-Dec-15 6:51am    
Please have a look at http://www.codeproject.com/Articles/606682/Kendo-Grid-In-Action

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900