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
425
How to show a border between grouped rows
posted

I have a grid that is grouped by values of a single column. How do I show a border only between the grouped rows? Also, the grouping column needs to be hidden. I have tried several variations of the following (in the InitalizeLayout event handler):
1. Add the column to the SortedColumns collection.
2. Set GroupByColumnsHidden to false.
3. Set the GroupByColumnAppearance to an appearance object that has the BorderColor set.
What am I missing?

Parents Reply Children
No Data