G
Guest
Hi
Where is the proper place to hide a column dynamically? I tried putting
this line in ItemDataBound,
myDataGrid.Columns[2].Visible = false;
but is giving me index out of range error! Am I putting this in a wrong
place (ItemDataBound)?
Any idea?
TIA
--
Where is the proper place to hide a column dynamically? I tried putting
this line in ItemDataBound,
myDataGrid.Columns[2].Visible = false;
but is giving me index out of range error! Am I putting this in a wrong
place (ItemDataBound)?
Any idea?
TIA
--