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
595
Mixed ViewStyles within the data source bound tree
posted

I need to mix different types of ViewStypes (Infragistics.Win.UltraWinTree.ViewStyle) on the different levels of a data source bound tree. I would like the top two levels within the tree (each level is a DataTable) to appear as a Standard tree node whist the bottom level to appear as a Grid (multiple Cells).  This is the structure that I would like to get:

+ Level 1

   + Level 2

     + Level 3 Column1 | Level3 Column2 | Level 3 Column 3| ...

What is the easiest way to achieve something like that? If I start with tree ViewStyle Grid all levels within the tree appear as single or multi-cell grid levels. Thanks!

 

Parents Reply Children
No Data