Does anyone know how to set a column to invisible?. It has a ColIsVisible property to check whether it is visible or not, so it should be possible to set the column to invisible.
David Paulson
Printable View
Does anyone know how to set a column to invisible?. It has a ColIsVisible property to check whether it is visible or not, so it should be possible to set the column to invisible.
David Paulson
I don't know if you can make it invisible, but you can set width = 0 and you will get the same result
Iouri Boutchkine
[email protected]
That's a very good suggestion, Thanks Iouri .
David Paulson
I think the IsVisible property pertains to whether or not the column is scrolled to the left or right of the "viewable" portion of the grid.