I am having an issue with the default filtering using the data grid component. It works fine the first time, but when I want to select another field to filter, the selector never appears. Furthermore, if I change the data source and call ‘ClearFilter’, it still does not work.
I'm using FMX framework (C++) in Windows11. I've tried the component in a empty project and the filter selector always respond to the click event. The only difference between this version and the last I sent yesterday is the source of data, the first one was through a DataBinder and the other is manual.
We have tested both situations here and couldn't reproduce. Is the data you are bound to large? We really need more information, so a sample or code snippet to know which properties are set is the most efficient way to track down the issue.