Jan 11, 2007 #1 Mongr1l Programmer Mar 6, 2006 179 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 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
Jan 11, 2007 Thread starter #2 Mongr1l Programmer Mar 6, 2006 179 US 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 Upvote 0 Downvote
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