[CLOSED] Tree panel Loading display issue

  1. #1

    [CLOSED] Tree panel Loading display issue

    Hello team,
    In the example i am adding dynamic nodes to the tree. Since the tree nodes are created dynamically, each time when i add a node, i am recreating the tree. As the tree is loading, reload affect is shown to the user. Is it possible to stop showing that reload effect.
    we are using ext.net 2.2 version
    I have attached aspx and cs pages to get an idea on my requirement


    Thanks in advance
    Mohan .
    Attached Files
    Last edited by Daniil; Dec 24, 2013 at 8:26 AM. Reason: [CLOSED]
  2. #2
    Hi @Mohan,

    Please post the code as text wrapping in code tags, not as an attachment. The code behind you can put directly to the ASPX page. Please do that. It helps us to test.
    Forum Guidelines For Posting New Topics
  3. #3
    Hello!

    If I've/ understand your right, try to add the following View config to your tree:

    <View>
        <ext:TreeView runat="server" LoadMask="false" Animate="false">
        </ext:TreeView>
    </View>

Similar Threads

  1. [CLOSED] Issue Loading IFrame in Panel
    By RCM in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 18, 2012, 6:59 AM
  2. [CLOSED] Loading Display
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 18, 2012, 2:07 PM
  3. Loading Tree panel nodes from code behind
    By sumesh in forum 1.x Help
    Replies: 2
    Last Post: May 20, 2011, 12:00 PM
  4. [CLOSED] Need to display "Loading..." when clicking on a new panel
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 31, 2010, 2:33 PM
  5. [CLOSED] Loading Tree
    By sz_146 in forum 1.x Help
    Replies: 3
    Last Post: Nov 04, 2008, 9:47 AM

Posting Permissions