Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGrid Boolean Control set to not Visible

Status
Not open for further replies.

Mongr1l

Programmer
Mar 6, 2006
179
0
0
US
Ok, I know how to manipulate the properties of a text column in a DataGrid:
Code:
Friend With Event someGrDTxtbx as DataGridTextBox

someGrDTxtbx = someGrdTxtbxColumn.TextBox

someGrdTxtbx.Visible = False

But how do I do it for a Boolean Grid Column?

mongr1l
 
Ok, I found a work around.

I simply had the code redefine the tablestyles to exclude the boolean controls.

For this particular instance, it works. But may not be suitable for others.


mongr1l
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top