fires after the ID of a row has been changed (changeRowId, setRowId, dataprocessor)
old_id | string|number | the old ID of a row |
new_id | string|number | the new ID of a row |
Available only in PRO Edition
grid.attachEvent("onRowIdChange", function(old_id,new_id){
//your code here
});
Back to top