5

I am new to C# window applications. I want to use TreeView control inside DataGridView Column in C# windows forms. In this DataGridView cells are editable and can store data, I mean user can set and get data from it.

enter image description here

I want to create something like this.

Victor Zakharov
  • 25,801
  • 18
  • 85
  • 151
xdeepakv
  • 7,835
  • 2
  • 22
  • 32
  • 4
    This might provide you with a solution: http://stackoverflow.com/questions/4912873/treeview-with-columns – Ioannis Karadimas Nov 09 '12 at 11:17
  • tried this... https://sourceforge.net/projects/treeviewadv/?source=dlp ? – Pasan Eeriyagama Jul 12 '13 at 12:10
  • Read also [this article](http://10tec.com/articles/treeview-in-datagridview.aspx) – TecMan Mar 27 '15 at 06:56
  • If you use a 3rd party grid like Infragistics or Telerik grid, these features are built in and really easy to use. The Treeview will render automatically based on any ICollection<> properties on your bound data object. – Jon Feb 11 '16 at 21:54
  • We use Devexpress tools and the grid control has this built in. Don't try to reinvent the wheel, for a few hundred dollars you can get this and much more functionality on your grids. – Kassabba Mar 03 '16 at 20:01

0 Answers0