Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Alex on Aug 11, 2008 20:22
open dhtmlx forum
GRID - Get all data back of grid (JSP) to insert into database

Hello dude!

i need to get all data back of grid (JSP) to insert into my DataBase Oracle by java, is this possible? For example, how do i send all data (GRID) information to the server side by java?

Thanks
Alex
Answer posted by Support on Aug 12, 2008 01:27
You can 

a) use grid serialization  - which generates xml description in same format as was used for data loading\
              http://dhtmlx.com/docs/products/dhtmlxGrid/samples/serialization/pro_serialize.html?un=1218530894000

b) you can use form integration, which allows to send data as part of normal form submit
              http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_form.html?un=1218530835000

c) pro version includes dataprocessor lib , which allow sync grid state with server side code by AJAX calls
               http://dhtmlx.com/docs/products/dhtmlxGrid/samples/dataprocessor/savedata_grid.html?un=1218530809000