Hi,
In a WinGrid we have three levels of data, Band 0, 1 and 2. Though the values are different all three bands have same columns and hence we do not want column headers to be repeated when the sub band is expanded.
Compared to Band 0, Band 1's data is slightly indented in the grid because of which even the columns and its headers are not matching. This forces us to repeat column headers on each band.
Is there a way where we can have multiple bands of data but no indentation will be applied on sub bands.
Regards,Parthiban
Hello Parthiban,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
I believe that you could achieve this scenario by using the 'Indentation' property on the desired bands:
e.Layout.Bands[1].Indentation = 0;
Please take a look at:
http://help.infragistics.com/NetAdvantage/WinForms/2012.1/CLR2.0/?page=Infragistics2.Win.UltraWinGrid.v12.1~Infragistics.Win.UltraWinGrid.UltraGridBand~Indentation.html
Please feel free to let me know if a question about our toolset comes up on your mind.