B
BK Kim
Hello.
I just populated my datagrid but I need to hide one of the column.
Since I need this column's data, I cannot drop that column from my store
procedure.
Is there a way I can make it invisible?
I tried
dataGrid1.Columns[1].visible = false;
but didn't work and complained that I am out of index range.
Any one know how to solve it?
Thanx in advance
I just populated my datagrid but I need to hide one of the column.
Since I need this column's data, I cannot drop that column from my store
procedure.
Is there a way I can make it invisible?
I tried
dataGrid1.Columns[1].visible = false;
but didn't work and complained that I am out of index range.
Any one know how to solve it?
Thanx in advance