Posted 25 June 2021, 1:32 am EST
Hello,
I’m using TrueDBGrid with DropDown columns and Filter.
The values in the DropDown list have following structure (KeyValuePair):
long ID
string text
In the Grid-column, the underlying ID is transformed and the text is shown.
If I try to filter this column by entering the text in the filterrow, filter doesn’t work correctly. Only filtering by ID is working.
Can you please show me, how to Filter the column by text?
Thanks and best regards,
Dirk