Hi all,
There are two ways to load data in dhtmlxGrid using java code.
- Populate WebRowSet with ResultSet and convert WebRowSet into XML formatted string and pass this XML formatted string to dhtmlxgrid.In this case any grid data changes can be done in javascript side.
- Use XML parser to generate XML for dhtmlxGrid rows from ResultSet.In this case any grid data changes can be done in java side.
which one is more convenient for large datasets ?
Thanks & Regards,
sajid