Is there any possiblity to set the template column visible from javascript in any event like button click?
Hello,
Yes, it is possible to make a template column visible from JavaScript in an event like a button click. The following code is an example on how to achieve this.
[code]var grid = igtbl_getGridById("UltraWebGrid1");grid.Bands[0].getColumnFromKey("col1").setHidden(false);[/code]
For further information about the client side programming of the UltraWebGrid please see the following link.
http://help.infragistics.com/Doc/ASPNET/2011.1/CLR4.0/?page=WebGrid_Client_Side_Programming.html
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
I am following up to see if the information provided has resolved this matter.