Hi,
I think I found documentation error in datatable’s onBeforeEditStop event.
http://docs.webix.com/api__link__ui.datatable_onbeforeeditstop_event.html
I don’t get id as the only parameter for the onBeforeEditStop’s callback function. The first parameter I get is the object that contains values (new and old) and the second parameter I get is the editor object.