Hi,
When a user clicks on the dropdown filter button in the grid, all distinct data will be shown in a popup for the user to choose from.
All these entries are sorted automatically which is great (most of the time).
In some columns we are displaying dates or date/times.
These should be sorted based on datevalue rather than by text.
This happens in TTMSFMXCustomGrid.DoFixedCellDropDownButtonClick.
Any ideas how to fix this?
Thanks in advance.