Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ivan on Apr 17, 2008 09:09
open dhtmlx forum
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
Answer posted by Support on Apr 18, 2008 02:41
>>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)
    http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/50000.html?un=1208512527000
or static smart rendering ( pro edition only )
    http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/pro_srnd_static.html?un=1208512548000

>>Is there sample that use server side code to generate XML and use loadXML from jsp?
You can check attached sample (please beware that it was built with older version of dhtmlxgrid), if you need more complex samples - please contact us directly at support@dhtmlx.com
Attachments (1)