I've isolated the problem to the fact that I'm using a tabbed control. This DGV is on the second tab in my form. I've tried putting the exact same code on a new form the code behaves as expected. I've tried like 10 different events and can't seem to find the right one for hiding this column...
One last question: The code I wrote is working fine but can anyone tell me why the column won't hide here?
DealRolesTableAdapter.Fill(DealRolesTable);
DealRolesBS.DataSource = DealRolesTable;
this.DealAssignment.DataSource = DealRolesBS;
this.DealAssignment.Columns[0].Visible = false;
I'm just beginning to learn this language. I'm reading books, internet articles and docs and attempting to do most of this on my own. I apologize if this is not the place to ask newbie questions.
I'm writing an app using the VS beta and I open a form and pass an ID into the constructor from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.