Currently the Group-By columns are displayed as a tree. Is there a way to display them in a single row?
Hi Joseph,
There is a way to display them in a compact mode that utilizes the least amount of space.
this.ultraGrid1.DisplayLayout.GroupByBox.Style = GroupByBoxStyle.Compact;
Please try to add this piece of code and let me know if this works for you and if you need further help.
Regards,Ari Shaposhnik