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
3045
Is there a way to display the Group-By columns as single row?
posted

Currently the Group-By columns are displayed as a tree. Is there a way to display them in a single row?

Parents
No Data
Reply
  • 210
    Verified Answer
    posted

    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

Children
No Data