hello again,
Is there a way to display individual columns, even if they are grouped? The GridOptionsView. ShowGroupedColumns property does not help me, because I would not like to have this behavior for all columns.
I didn't found any property in a columns object.
many greetings
Michael
Display individual columns, even if they are grouped
Answers
Hi Michael,
Thank you for your question.
To achieve your goal, you can create a custom GridView, as it is described in the How to create a GridView descendant class and register it for design-time use example. In your custom GridView, it is necessary to override the CanShowColumn method so that it returns true if a column should be displayed. I have created a small sample to illustrate this approach.
Please do not hesitate to contact us in case of any difficulty.
Thanks,
Gosha