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