I have a DataGrid in ASP.Net 1.1 with TemplateColumns most of the Template Colums are having HHTMLInput Hidden Field as ItemType. The Issue is if I am setting TemplateColumn Visible attribute to true I am not able to access those controls from javascript.
Even I have trieed putting ItemStyle-CssClass with following definition display:none in Css file but that's also not working.
I just have to Hide those columns is there any way ?