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.

 

Parents
  • 71886
    Offline posted

    Hello ninj23,

    If you have for example two columns in one group and you fix one of them, there would be no way to decide how the fixing exactly will work. What would you expect in such scenario?

    What is your final goal so I can think of any solution to provide?

    I will be waiting for your feedback.

Reply Children
No Data