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