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
170
how to put webtree in webcombo, ASP NET
posted

Hello,

how to put webtree in webcombo or something else that is a combobox that opens
showing a tree instead of a simple list in ASP NET

like this in Telerik

http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx

Thanks for your help.

Parents
No Data
Reply
  • 12025
    posted

    What version of NetAdvantage are you working with? In our latest 2009 Volumne 1 release we introduced a new control called WebDropDown. It can be used as a multi-column combo box just like the webcombo along with the ability to handle more complex drop down scenarios using its templateable drop down area

    So, in the WebDropDown control, you can place any HTML or ASP.NET controls allowing you to embed a tree or any other controls within its drop down area. Check out this video to learn how to make the drop down area templateable.

    http://community.infragistics.com/aspnet/media/p/86763.aspx

    Hope this helps.

    Taz.

Children