Categories | Question details Back To List | ||
dhtmlx grid with 50,000 records Hi I am trying to load about 50,000 records in my grid using loadCSVFile function. But this function is not working for such a large amount of data. For less amount of data it works fine. For loading 50,000 records in grid what will I do? Can you please provide some examples. I am working with java and jsp for this. Thanks Answer posted by Support on Aug 06, 2008 01:29 loadCSVFile work fast enough with recordsets up to 1000 record, if you are using static smart rendering mode - it can load up to 10000 records relative fast. For bigger count of records dynamical loading shemes recommmended - dynamical smart rendering or dynamical paging http://dhtmlx.com/docs/products/dhtmlxGrid/samples/loading_big_datasets/?un=1218012545000 If you need JSP based sample - please contact us directly and provide your reference number. |