Server side integration sample?

Hi,



We are trying to incorporate dhtmlxGrid for frontend into a web application. We try the free version and we got performance issue.

We are trying to load 2000 records on a page using dhtmlXGridFromTable. It’s not usable in our situation.



Basically we are using struts/java for our web application and pulling out data from oracle. Is there sample that use server side code to generate XML and use loadXML from jsp?





thanks

Ivan

We are trying to load 2000 records on a page using dhtmlXGridFromTable. It’s not usable in our situation.
Such amount of rows can be processed with acceptable performance only in SmartRendering mode ( which in current version of grid is not compatible with init from HTML table )
You can use dynamic smart rendering ( which available in standard edition)
    support@dhtmlx.com

jsp_grid_rendering.zip (61.2 KB)