Update the grid data to SQL database

i am working with JSP and SQL server as backend…

i am loading the data from database. i hv a “save” button, click on which should update the grid data to the database.

I went through KB to find some info on these n i guess dhtmlxdataprocessor embedded with grid can help me in this. but i dont find examples as well…i also came through answers where u had asked to mail "dhtmlx@scand.com" with a registration no. i dont hv any registration no.



dataProcessor integration supported only in PRO edition of dhtmlXGrid.
In case of standard edition - the only possible way is to use existing event system ( “onEditCell” event for example ) and send data to server by any existing transport system.