We are in need of a control like WinTree in ASP.Net.whether there is any ASP.Net control like that?
If not is it possible to acheive functionality like WinTree using WebHierarchicalDataGrid?
Hi suneetha11,
Did you try using our WebDataTree control? Was that lacking something that you needed? Hopefully we can find something to suit your needs.
regards,David Young
We want to develop a page as below in asp.net.Using which infragistics asp.net controls we can do it?
Yes, in the above sample only the root level has headers. The source code is in the second link. The idea is to define a child band with ShowHeader="false" and IsSelfReference="true".
ya you are right i did not observe that .
If possible can u provide one more example with more levels of hierarchy with no header for child bands
Thanks in advance
You don't need to define more levels of hierarchy, the self reference band does it automatically - it will bind recursively until there is child data available in the data source (unless restricted by the MaxDataBindDepth property).
I tried the code given by you but i am getting the result as below why i am getting lines in the header section of child band?How to remove these lines?Please reply ASAP
Hi we can't acheive the functionality required by me using the WHDG self referencing I want only the first column to have the hierarchical nature without header in the child bands and rest of the columnns fixed i.e without hierarchical nature.Once clearly observe the first screenshot given by me.How to do the above functonality?