Categories | Question details Back To List | ||
Send data to a server Hi, I'm evaluating dhtmlxGrid 1.6 and my question is: May I send data from a grid to the server using GPL ver.? Thanks Answer posted by Support on Aug 21, 2008 09:23 Standard edition doesn't include any ready to use solution for data interchange with server, but still you can access data through existing API ( grid.serialize or grid.cell(i,j).getValue() ) and send such data back to server |