In our application we have one ultrawebgrid and we are displaying data in 3 levels using bands. If we are trying to freeze first two columns of each level, we are getting some alignment problem. Initially when a page is loaded first time into the browser, it looks good, if we click “+” Icon to go to next level that time design will disturb.
We are using “Header.fixed” property to freeze the columns.
Hello bhargavip,
there is some limitations to the grid's behavior when fixed headers are enabled.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=Infragistics4.WebUI.UltraWebGrid.v10.2~Infragistics.WebUI.UltraWebGrid.UltraGridLayout~UseFixedHeaders.html
Thanks!