Subject IB_Grid SearchKeyByKey
Author jackmills75
I have a IB_Grid, IB_DataSource & a IB_Query. The query selects 3
columns from a table, which are correctly displayed in the grid.

I would like to click on a column & enter text & have the grid find
the nearest match.
When I click on any column, I can select the text but cant change it
& nothing is found that matches the letter typed.

Is this type of search available for this control? if it is, what am
I not doing?

I have AllowIncSearch, SearchKeyByKey & SeekNearest set to true,
PreventEditing is set to false. The query has an orderby clause on
one of the 3 columns.

C++ Builder 6 OBObjects 4.6

Thanks for any help.

Jack