[CLOSED] Question about TreeNode rendering

  1. #1

    [CLOSED] Question about TreeNode rendering

    Hi, Daniil.

    This question is a little bit tricky.
    If there is over 1000 nodes to display on webpage, website reaction is slow/delayed.
    For example, mouse over action is slow on dropdown box, and webpage scrolling is slow too.
    We can't use pagination because there should be sum of data called "Total" at the bottom.
    To fix this issue, I tried to use iFrame, but it didn't worked.
    Please let me know how to resolve this issue.


    Please see snapshot.
    Attached Thumbnails Click image for larger version. 

Name:	snap.jpg 
Views:	42 
Size:	92.6 KB 
ID:	4038  
    Last edited by Daniil; Apr 06, 2012 at 10:01 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Well, it means that 1000 nodes is too many for a browser. I'm afraid we can't help here, because it depends on a browser and its JavaScript engine.

    What browser are you testing with? Internet Explorer? If yes, please try with FireFox and Chrome, it should work much faster.

    We can't use pagination because there should be sum of data called "Total" at the bottom.
    You can send just this total count from a server. You don't need all these nodes on client to show just its count.

    So, I would suggest to load nodes remotely.
    https://examples1.ext.net/#/TreePane...ageTreeLoader/
    https://examples1.ext.net/#/TreePane...Using_Handler/
    https://examples1.ext.net/#/TreePane...iceTreeLoader/

Similar Threads

  1. [CLOSED] Question about dynamic rendering subclassed controls
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 26, 2012, 9:55 AM
  2. [CLOSED] [8.2] TreeNode CustomAttributes
    By HOWARDJ in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 11, 2010, 9:19 AM
  3. Replies: 0
    Last Post: Dec 10, 2009, 11:14 AM
  4. [CLOSED] TreeNode Height
    By Ben in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 17, 2009, 10:56 AM
  5. [CLOSED] Getting TreeNode by id?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 25, 2009, 10:25 AM

Posting Permissions