Adding onCellEdit event to dhtmlGrid

Hi,

Do client site events work if we load the data for grid using dhtmlxConnector? The onCellEdit event was working fine when I was loading data from xml string.

dhxGrid.parse(content);

Now this event is not firing; the only change I did is the data load using dhtmlxConnector.

dhxGrid.loadXML(‘RulesGridConnector.ashx’);

Thank you.
vabii

Events works without relation to the data loading way.
Can you provide full code snippet - with event attaching code?