Please provide some sample about treegrid.

  1. #1

    Please provide some sample about treegrid.

    Hi friends,
    I want to implement treegrid feature. I saw one example in the link

    https://examples1.ext.net/#/TreePane...nced/TreeGrid/

    how can i implement the above example from server side with some data source...

    Please provide me some sample example...

    I am using ext.net version 1.0 with VS2008.

    Thank you
  2. #2
    Hi,

    Currently there is no DataSource or <ext:Store> available for the TreeGrid. We're expecting to support this functionality in a later release, but the v1.x build does not support.

    If you really wan to use an <asp:DataSource>, you should be able to loop through the results and build the TreeGrid dynamically from that data.
    Geoffrey McGill
    Founder
  3. #3
    Hi,

    Please note also that you can use any type of TreePanel loaders. It works with a TreeGrid fine.
    https://examples1.ext.net/#/TreePane...ageTreeLoader/
    https://examples1.ext.net/#/TreePane...Using_Handler/
    https://examples1.ext.net/#/TreePane...iceTreeLoader/

    Loading nodes using a DirectMethod is possible as well:
    https://examples1.ext.net/#/TreePane...Method_Loader/
  4. #4
    Thanks... I solved my problem by looping through the datatable.

Similar Threads

  1. Any one can provide a Coupon Code for purchase?
    By Chenyuwen in forum Licensing
    Replies: 9
    Last Post: May 17, 2011, 9:54 PM
  2. Does Ext.Net provide Extjs licence.
    By rsaiprasad in forum Licensing
    Replies: 1
    Last Post: Dec 02, 2010, 3:26 PM
  3. [CLOSED] How to provide the validation in the grid panel?
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 29, 2009, 8:32 AM
  4. Inheritance: Modifications to provide a complete extension
    By greydmar in forum Open Discussions
    Replies: 0
    Last Post: Jun 15, 2009, 9:40 AM

Tags for this Thread

Posting Permissions