onIdChange
the event fires when the ID of a record is changed
void onIdChange(string|number oldid,string|number newid);
| oldid | string|number | the old record ID |
| newid | string|number | the new record ID |
Example
view.data.attachEvent("onIdChange", function(oldid, newid){
webix.message("An ID was changed");
));
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.