Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    connecting an SQL data source to TreeGrid

    Since TreeGrid is an extension of ListGrid I am assuming you can connect a TreeGrid to an SQL data source like you can a ListGrid. I have searched the documentation but haven't found code examples of this. I have only found code examples that connect to a local data source on the client side through an XML file.

    Also, if it is possible to connect a TreeGrid to a SQL data source how do you specify the parent/child relationship?

    If there is documentation on how to do this that I should read please point me to that documentaiton.

    #2
    You want the Tree DataBinding overview in the "docs" package. The samples you found that use XML data work identically with SQL (components cannot tell the underlying data storage of a DataSource). However, 4.0 has several examples in the EE Showcase that happen to use SQL.

    Comment


      #3
      Originally posted by Isomorphic View Post
      However, 4.0 has several examples in the EE Showcase that happen to use SQL.
      Thank you for your answer. I was able to get my TreeGrid working by following the documentation. However, I was unable to fin the 4.0 EE Showcase. I can find the 3.1 Showcase, but not the 4.0 EE Showcase. Could you please provide the URL?

      Comment


        #4
        You download a 4.0 package and run it locally. There is no public URL.

        Comment

        Working...
        X