Can I change the display order of columns in a Group Header Band?
Posted: Mon Jul 14, 2025 7:13 am
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:
But I’d like to display the columns in this order instead:
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.
For example, I currently have this layout:
Code: Select all
Employee Name | Department | Hire Date
Code: Select all
Department | Hire Date| Employee Name
I've checked the band and component properties but haven’t found an option for reordering.