I want to show maximum row per page is 10 rows.
But if the data has only 5 rows, i want to show 5 rows data and 5 empty rows.
Total are 10 rows, Can i do this?
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 24 Nov 2011, 11:17 AM
Hello Tawit,
You need to subscribe to the OnDataBound event if Ajax binding is used, and to OnLoad if server binding is used.
The dataTable selector should be changed to the following if scrolling is not enabled:
vardataTable = $("> table > tbody", this);
Greetings,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now