fires before requesting additional data from the server in case of dynamic Smart Rendering or dynamic Paging
start | number | the position from which data requested |
count | number | the count of rows requested |
Available only in PRO Edition
grid.attachEvent("onDynXLS", function(start,count){
//your code here
});
the event is blockable
Back to top