Hello,
I am currently using the following code to fix a header on a grid.
e.Layout.UseFixedHeaders = true;this.designGridStock.DisplayLayout.Bands[0].Columns[13].Header.Fixed = true;e.Layout.Override.FixedHeaderIndicator = Infragistics.Win.UltraWinGrid.FixedHeaderIndicator.None;
I want this header to appear fixed on the right hand side of the grid, instead of the left; is this possible?
Many Thanks,
Katie
Hi Katie,
No, there is currently no support for fixing rows to the right. You should Submit a feature request to Infragistics