SprintFlunky
Programmer
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.
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.