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
690
how to show 2 or more columns without datasource
posted
hello all, How to show and add 2 or more columns in each node... like that Root Col2 |-----Child1 Col2 |--------Child11 Col2
  • 469350
    Verified Answer
    Offline posted

    You would do this with ColumnSets. How you apply a ColumnSet depend on what you want. If you want all nodes on all levels to have the same set of column, then you could use the tree.ColumnSettings.RootColumnSet. Otherwise, you would use the ColumnSet property on the Override at the appropriate level.