Subject Re: [IBO] IB_Grid and Incremental Search
Author Paul Vinkenoog
Hi jaguarius2003,

> Hi, I am trying to use the incremental search feature on the IB_Grid
> component with no success. I already have a the ordering links set
> up on the dataset, and the incremental works fine with a sepearte
> TIB_IncSearch component. For some reason tho, I turn on find
> nearest, searchkeybykey and allow inc search in the grid and it
> doesn't work. I try typing into the grid nothing happens.

For all I know you can't type your search string in the grid itself.
If you type in a grid cell, you're editing the content of the cell.
You need the TIB_IncSearch to type the search string in. If you have
your OrderingItems and OrderingLinks set up, you can click the grid
column headers to select the search column, but you still need the
IncSearch to type in. Myself I usually place the IncSearch right above
the grid; it works fine. But you already knew that :-)


Greetings,
Paul Vinkenoog