Hi,
Is there is any other way to bind hierarchical data without creating dataset. I mean, can we use dataview?
Thanks
Mamun
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)
Thanks for reply.
Actually I am using previous version of Infragistics and my datasource returns dataview. is it possible to bind Hierarchical data using dataview?
please let me know.
regards,