I'm trying to use Column filtering feature from the grid.
I'm so far not able to get it working. I'm only getting empy list as you can see in picture hereunder:
With an active dataset, filtering is not supported unfortunately. You need to call TMSFNCGridDataBaseAdapter.LoadAllDataAndDisconnect, so the data is stored in the grid, and then the filter will pick up the values.