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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hidden Datagridview columns show back up

Status
Not open for further replies.

SprintFlunky

Programmer
Apr 6, 2004
51
US
Hello all,

I have a bound datagridview where I hide a sequence column when I am loading the grid. Works great. I also have a sort method that re-sorts the grid when the user has entered a new row (sorted by date). In that method, I issue the dgvRegister.Columns("Seq").Visible = False command again just to make sure.

Every so often (no all the time), The grid shows the hidden column again. I have no idea why this is occuring.

Does anyone know what circumstances a hidden column will show back up?

Thanks, in advance for any help you can provide.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top