Categories | Question details Back To List | ||
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\ b) you can use form integration, which allows to send data as part of normal form submit c) pro version includes dataprocessor lib , which allow sync grid state with server side code by AJAX calls |