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
1145
UltraTreeView inside an UltraCombo or other?
posted

I have only found documentation on having combo or text editors inside a treeview control, but have not found the reverse.  Is it possible to have a drop down or something that drops down containing a TreeView?? 

One forum post gave me hope, but I was unable to derive enough information to test:

http://es.infragistics.com/community/forums/t/34726.aspx

Thanks!!!

Parents
  • 4618
    Verified Answer
    posted

    Hi JaimeZ,

    This behavior is definitely possible and I have constructed and attached a sample as a demonstration, for reference.

    Within this sample, I am cancelling the normal dropdown behavior of the UltraCombo from within its BeforeDropDown event handler and displaying the contents of an UltraPopupControlContainer in its place, which contain an UltraTree, nested within an UltraPanel.

    Take a look at the attached sample and if you have any further questions regarding this implementation, please let me know.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

    UltraTreeInDropDown104688.zip
Reply Children
No Data