fires simultaneously with ending XML parsing, new items are already available in the grid
grid_obj | object | the grid object |
count | number | the count of added rows |
Available only in PRO Edition
grid.attachEvent("onXLE", function(grid_obj,count){
//your code here
});
Back to top