Treeview inside GridView as windows
I saw these links 1 and 2 , but they are in wpf or Asp, I was wondering if it is possible to do this in C #, or if it is not possible to do this, is there any possible way to do this with other components
Thanks in advance
+3
Ehsan
source
to share
1 answer
You can see this example from CodeProject:
http://www.codeproject.com/Articles/3225/TreeListView
Also, if you're looking for an enterprise solution, check out DotNetBar
+2
bytecode77
source
to share