Home - Forums-.NET - FlyTreeView (ASP.NET) - Dropdown treeview in GridView

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Dropdown treeview in GridView
Link Posted: 03-Feb-2009 03:03
I am developing an application with an ASP.NET GridView in which I would like to use a dropdown treeview in one of the columns.  Is this possible using 9Rays FlyTreeView?
Link Posted: 03-Feb-2009 03:09
Sure its possible.

You should use TemplateColumn and put FlyTreeView with some extra code to simulate drop down.
Here is our demo example:
http://www.9rays.net/asp.net_2/treeview/Demo_DropDown.aspx

Notice, that it contains some additional HTML + Javascript to add DropDown-like functionality to TextBox.