DataGrid - attachEvent onblur

Hi,

Is there any way to attach onBlur event to a dataGrid?

I want my js function to be called when the focus is lost (1 js for cell onBlur and 1 js for row onBlur)

Thanks, Efrat

Try to use onEditCell() event.

http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:event_oneditcell

It has three stages to fire: 0-before start[can be canceled if returns false], 1- the editor is opened, 2- the editor is closed.