Hello All,
i Have a data grid in which i want the values of the first column must be accessed but it ust not be visible.
I tried the Following code,
DG3.Columns[1].Visible = false;
but its not working,still column 1 is visible.
How this can be acheived . Can anyone please guide me.