Grid - OnEditCell

Hi,

I’m trying to define a way to send an edited row data to the server.

I mean, after user finsihes to edit a row, I want to send the row id plus the new values to the server by ajax.

So I tired that using the events onEditCell and onSelectStateChanged.

But is there anything ready to use which contains the data of a row or I have to aggregate it into a local var on onEditCell event?

Thanks, Efrat

You can use dhtmlxDataProcessor on the client side. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … aprocessor