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.
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.
Comment