i have ultraweb grid in form. in that one check box is in header of grid . if i check the check box. first column have to be hide in every row.
pls help me
Hi meetarun,
It has been some time since your post, however in case you still need assistance I would be glad to help.
In this scenario you can handle the onclick clientside event of your header's checkbox and hide the desired UltraWebGrid column using something similar to:
igtbl_getGridById("UltraWebGrid1").Bands[0].Columns[0].setHidden(true);
Please note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Feel free to contact me if you have any questions.
Hello meetarun,
Please post in the ASP.NET WebGrid forum. The web developers will more likely see your forum post and be able to assist you.
Elizabeth AlbertLocalization Engineer