fires before loading data of the child rows in case of dynamic loading mode
rowId | string | id of the expanding row |
Available only in PRO Edition
treegrid.attachEvent("onDynXLS", function(rowId){
//your code here
});
the event is blockable
Back to top