A
ArunDhaJ
Hi,
I'm having a form with a DataGridView control in it. I'm facing a
problem with a column which is set to be hidden in the designer.
While I view the form for the first time, it is hidden. But when I
load the form again, this column gets visible and shows in UI. For
that I tried to explicitly set this column to be hidden on form load,
but still the problem persists...
I'm using DataTable to bind the data to the DataGridView.
What might be the possible problem with it? How to check the property
and when it gets changed? Still more annoying is that, I've one more
form with a DataGridView in it, that form works fine. I almost spent
hours to ensure that the settings are same, but still my first form is
behaving the same way.
Please help me to resolve this issue.
Thanks in Advance
ArunDhaJ
I'm having a form with a DataGridView control in it. I'm facing a
problem with a column which is set to be hidden in the designer.
While I view the form for the first time, it is hidden. But when I
load the form again, this column gets visible and shows in UI. For
that I tried to explicitly set this column to be hidden on form load,
but still the problem persists...
I'm using DataTable to bind the data to the DataGridView.
What might be the possible problem with it? How to check the property
and when it gets changed? Still more annoying is that, I've one more
form with a DataGridView in it, that form works fine. I almost spent
hours to ensure that the settings are same, but still my first form is
behaving the same way.
Please help me to resolve this issue.
Thanks in Advance
ArunDhaJ