Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
555
Hierarchical Databinding
posted

Hi,

Is there is any other way to bind hierarchical data without creating dataset. I mean, can we use dataview? 

 

Thanks

Mamun 

Parents
No Data
Reply
  • 28464
    posted

    One of the easiest ways to do that without using DataSets is to use our new WebHierarchicalDataSource (WHDS) control - you can pick any flat datasource control and then link nested flat datasource in the form of hierarchy at design time - then bind UltraWebGrid to the WHDS instance. 

    You can find examples of that here:

    http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm

    (in the WebHierarchicalDataSource -> Updating Data example)

     

Children