Categories | Question details Back To List | ||
Using ajax i want to fetch 10,000 records from database Hi, Using ajax i want to fetch 10,000 records from database .After getting data from the server How to load all the data into DHTMLX component. Send me the jsp code. Thanks in advance Answer posted by Support on Jun 23, 2008 06:31 >>Using ajax i want to fetch 10,000 records from database The data need to converted to one of supported formats - json or xml, and send to the grid component. Please check http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_basics.html#grid_sbs_basics http://dhtmlx.com/docs/products/dhtmlxGrid/doc/step-by-step/ch_biggrid.html#grid_sbs_biggrid second one contains code necessary for JSP script to organize dynamical loading of big datasets. |