Categories | Question details Back To List | ||
Minimal loading time for tree Hi, I am using professional edition, i need to load millions of records(as tree structure) in an application with optimized loading time. I have used enableSmartXMLParsing and enableSmartRendering functions but it takes lot of time for loading the page. Can u please suggest me a solution for loading the records with minimal time. Awaiting for your reply, Thanks, With regards, PRAKASH.N Answer posted by Support on Aug 18, 2008 07:20 The smartXMLParsing allow faster data parsing on client side which is usefull, but tree will load full hierarchy on client side ( in case of 1M records it will be quite a big ) The only way to show such big hierarchy is dynamical loading |