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
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.