Is there a way to hide the header? I just want the data listed, without thecolumn headers. Thanks.
Hello dbishop9 ,
Thank you for posting in our forums.
If you mean UltraWebGrid you can hide or show tha band's headers using ColHeadersVisible property
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Infragistics4.WebUI.UltraWebGrid.v11.1~Infragistics.WebUI.UltraWebGrid.UltraGridBand~ColHeadersVisible.html
There is also ColHeadersVisibleDefault of the Layout
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Infragistics4.WebUI.UltraWebGrid.v11.1~Infragistics.WebUI.UltraWebGrid.UltraGridLayout~ColHeadersVisibleDefault.html
If you mean WebDataGrid you can use ShowHeader property
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=Infragistics4.Web.v11.1~Infragistics.Web.UI.GridControls.WebDataGrid~ShowHeader.html
Please let me know if you need further assistance
Thanks much! That did the trick.