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
1205
Creating a Custom UltraTree / UltraGrid Control
posted

Hi All,

I need to design a custom tree view control which will enable the user to build a tree where each node in the tree is a grid row, i.e. each node will have a name and then beside it there will be a row with several columns.  Does anybody have any suggestions on how I could go about this?

I have already tried using an UltraTree and Grid positioned side by side but I found it a bit awkward to keep each node in line with its corresponding grid row.

Any advice greatly appreciated.

Thanks in advance,

Denis

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Denis,

    I'm not sure I understand your question. What part of this are you having trouble with? The tree supports multiple columns. So it sounds like you just need to bind the tree to the same datasource you are binding to the grid. Then you can just add an unbound column to show the name - assuming the name isn't already part of the data.

Reply Children