Hello All,
Am having a data grid hich is loaded dynamically and its autogenerated property is set to true. I wanna hide a particular column on execution.I tried the following code,
dg1.columns[1].visible=false;
but its not working.Can anyone please guide me how to hide the particular column on execution while autogenerated property is set to true.
Thanks in advance.