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
275
Having FixedHeaderIndicator is not working when columns are under a group
posted

Hi. I have this ultragrid that has ultragridGroup. When I do this:

grid.DisplayLayout.UseFixedHeaders = true;

grid.DisplayLayout.Bands[0].Override.FixedHeaderIndicator = FixedHeaderIndicator.Default;

 

only the group has the pin button. But not the columns.

 

I even try this code:

ultraGridColumn23.Header.Fixed = true;

from the designer.. but no luck.