I am currently using version 8.3.0.
I have a grid with one grouped column and two date columns. When I click the header for date1 all of the data is sorted including the grouped column. When I click the header of date2 the data is only sorted within each group.
I checked your Grouped Rows demo
https://www.paramquery.com/pro/demos/export and found the same behavior. When the "Freight" column header is clicked the "ShipCountry" column row order changes but when "Shipping Via", "Shipped Date" or "Shipping City" headers are clicked the "ShipCountry" retains its alphabetical sorting and the sorted column data is sorted with its group.
I checked the demo code and didn't find special sort configurations to cause this behavior. What is causing this difference in sort behavior?
I would like to configure my grid to behave like the "Freight" column unless the group by column has been sorted by the user.
Thanks for your help!