I'm using a ComponentOne TrueDBGrid control, with the filterbar enabled. I'd like to modify the the default behaviour so that when a cell in the filterbar is clicked, the text in that cell is automatically selected. Normally I'd wireup a MouseDown event and use the CellContaining method to check which cell has been clicked, but this only ever returns -1 for both row and col for the filterbar. So I can't identify an individual cell, and I don't know how to select a particular cell in the filterbar.
Does anyone have any suggestions how I might do this?