fires when sub-row-ajax cell loads its data
id | string|number | the ID of the row for which data is loaded |
content | string | the response received from the server |
Available only in PRO Edition
grid.attachEvent("onSubAjaxLoad", function(id,content){
//your code here
});
Back to top