Categories | Question details Back To List | ||||||||
grid with 2000+ records with dynamic load Hello! We have grid with multiline, using dynamic loading. Because we need to use multiline feature we can't enable smartrendering And facing following problem right now: If we load grid with ~2000 records, buffered by 100 records per request, first 100 records loaded just fine, but each following 100 records will take ~ 0.5 seconds more. So at the end it will take up to 10 seconds more to load last 100 rows then it took to load first 100 rows. Is there anything we can do to avoid this progression or make overall loading even more faster then now? Thanks. Answer posted by Support on Jul 23, 2008 05:07 >>Is there anything we can do to avoid this progression or make overall loading even more faster then now? Issue caused by increasing complexity of DOM model with each itteration. It can't be fixed. We plan to include basic support of smart rendering and multiline modes in next version. If you interested - I can provide necessary patches to latest version, which will enable such functionality. Answer posted by Nagh on Jul 23, 2008 05:09 Yes, very intrested. Answer posted by Support on Jul 23, 2008 07:30 Updated version of SRND extension attached to the post. Attachments (1)
|