Is there a way to hide datagrid columns
-
I created a table with 4 column. ProductID is one of them but I don't want to show this column. I set the DataSource of a DataGrid to this TABLE. However, vb.net doesn't like it when I use mygrid.Columns("ProductID").Visible Is there a way to hide this column? Any comment would be much appreciated.
nImStucked
-
I created a table with 4 column. ProductID is one of them but I don't want to show this column. I set the DataSource of a DataGrid to this TABLE. However, vb.net doesn't like it when I use mygrid.Columns("ProductID").Visible Is there a way to hide this column? Any comment would be much appreciated.
nImStucked
I used this set of FAQs to help me tinker with my datagrid, so it might help you out: http://www.syncfusion.com/FAQ/WindowsForms/FAQ\_c44c.aspx
-
I created a table with 4 column. ProductID is one of them but I don't want to show this column. I set the DataSource of a DataGrid to this TABLE. However, vb.net doesn't like it when I use mygrid.Columns("ProductID").Visible Is there a way to hide this column? Any comment would be much appreciated.
nImStucked