I am using TCRDBGrid in my application using TVirtualTable.
- TCRDBGrid has three fields(columns) of type ftString.
- TCRDBGrid has 5 rows containing some textual data.
- TCRDBGrid has filter bar enabled on top
Now i want to filter some text in the rows say for example,
One of my TCRDBGrid cell has some value "123,456,765" . I am interested in finding out all the cells having 456. To do so, i wrote string "*456*" in filter bar, but it gives me following error
"Could not conver variant of type string into type double"
I reffered help file and it says that one can use regular-expression for filtering purpose.
I would appreciate any help on this regards.
Thank you,
Jaydeep