DHTMLX Docs & Samples Explorer
Index
dhtmlxdataview
Events
onAfterEditStop Event
Parameters:
id of item
view.
attachEvent
(
"onAfterEditStop"
,
function
(
id
)
{
//any custom logic here
}
)
;