Posted 4 October 2023, 10:23 am EST
Hi everybody!
I’m experiencing a weird behaviour with Flex grid (v.4.8.20232.620), with unbound mode.
If I set the SortDefinition property, the grid would sort also the fixed rows contents!
The default sort behaviour (clicking on the headers) works normally, as it should.
As a workaround I had to decode the string and rebuild the original sort using the Sort method, but I believe the property should work as well…
Is this behaviour as per design or do I miss something?
Thank you.