Hey,
I am using UltraWinGrid and would like to use column grouping as shown in the attached image. The features that I must have are:
I also need to use a creation filter to get HeaderUIElement objects from its parent BandHeadersUIElement. I may need to replace HeaderUIElement objects by my own HeaderUIElement (derived classes from HeaderUIElement).
Your help is greatly appreciated!
Best Regards,Shaolin
Hi Plamena,
I am working on it and I will solve this issue myself.
Thanks,Shaolin
Hi Shaolin,
Do you have any other questions I can help you with?
Thanks so much for your reply!
Hello Shaolin,
Merging Group and Column headers might be possible using Creation Filter but I do not recommend this approach because its implementation is going to be extremely tricky and complicated. The grid has many functionalities that have to be taken into consideration and might end up not working.
ColScrollRegion defines a region that scrolls columns. When the grid is not splitted, it has one ColScrollRegion. The splitting functionality divides the grid into two or more ColScrollRegions.
Having fixed columns only without the groups is quite controversial and the current grid design does not support it. If there are groups, then the Fixed property settings of the group headers will be used and fixed property settings of the column headers will be ignored.
Thanks so much for your Sample app.
Is there a way to combine column header with its empty group header for those individual columns (Column 1, 2 ...) that are not in any group?
Why is this approach called something related to ColScrollRegion? I knew this approach a while ago but did not know it has any thing to do with ColScrollRegion. Sorry, it is just my curiosity :-)