How should I adda datagrid column dynamically on selectedindexedchanged?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
I assume the Combobox contains datagrid-columns (or Datatable columns) ? You can simply set the Visible property to false, when you have found the column. In WinForms:
But please take a look at your question, it contains virtually no useful information. |
|||
|
|
|
In side the selection change event paste this coding Datagridview1.columncount += 1 |
|||
|
|