.net - VB.NET Datagrid -


How do I add selected dyadgrid columns to dynamically selectedindexedchanged?

Do I think that the combobox contains the datagrid-column (or datatable column)?

You can only set the visible property in false, when you get the column.

In WinForms:

  dim x as integer ... datagrad view 1. Column [x]. Visual = False  

But please take a look at your question, there is almost no useful information in it.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -