Page 1 of 1

Can I change the display order of columns in a Group Header Band?

Posted: Mon Jul 14, 2025 7:13 am
by alzahbya
Hi, I’m working with a Group Header Band in Stimulsoft Reports.JS and I’d like to know if it’s possible to change the display order of the columns that are displayed in the report.

For example, I currently have this layout:

Code: Select all

Employee Name | Department | Hire Date
But I’d like to display the columns in this order instead:

Code: Select all

Department | Hire Date| Employee Name
Is there a property or setting (either in the designer or via code) that allows me to rearrange how the columns appear visually in the group header, without having to restructure the data itself?

I've checked the band and component properties but haven’t found an option for reordering.

Re: Can I change the display order of columns in a Group Header Band?

Posted: Mon Jul 14, 2025 7:49 am
by Lech Kulikowski
Hello,

It's not entirely clear what the problem is. You can simply move the text components onto the DataBand itself.

Thank you.