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
595
Fixed header problem
posted

Dear Guru!

There exist some problem with fixed column's headers in UltraGrid.

This works fine:

DisplayLayout.Override.FixedHeaderIndicator = Infragistics.Win.UltraWinGrid.FixedHeaderIndicator.Default;
DisplayLayout.UseFixedHeaders = true;

But if one set RowLayoutStyle to GroupLayout

band.RowLayoutStyle = RowLayoutStyle.GroupLayout;

"fixed header" icon dissapears from grid and it become impossible to fix grid's columns.

Thanks in advance