Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
380
Fixed Header on Right of Grid
posted

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