Hi!
I have an bound datagridview in vb.net. I have it pre-formatted the way I want it. Like for example the .displayIndex
which columns will come first, etc. This works fine when the form is first loaded. But when it is loaded again, the format is being resetted.
Sample: - load frmDataGridView.show '1st Click format is correct
- load it again, '2nd click, format is reset
Kindly help me please, thanks!