fires immediately when the selection state has been changed
id | string|number | the id or the list of ids of selected row(s) |
Available only in PRO Edition
grid.attachEvent("onSelectStateChanged", function(id){
// your code here
});
Back to top