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.
Hello,
Please do not hesitate to contact me if you need any additional assistance.
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.
Hi,
You cannot fix columns when they are grouped. Only the groups can be fixed. How would fixing a single column work if that column is in the group? It doesn't make sense, because the group header would be split.