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
2387
Databinding to a UltraTree
posted

I am new to Infragistics so I am guessing I misssed this somewhere in the documentation...

What I am trying to do load up a UltraTree.  It needs to be three levels deep where the second and third levels need a secont column.  Is there any way to set this up with databinding?  So I can get the first level to display with a column for each attribute of it's children, but I cannot figure out how to get the second level to show up.

Sam

  • 69832
    Verified Answer
    Offline posted

    You should take a look at the 'UltraTree DataBinding' sample, which is included with the SDK. It demonstrates how to bind to a Customers->Invoices->Invoice Details data set.