Subject Re: [IBO] Searching in grid
Author radevojvodic
You could put TIB_EnhancedEdit or other Enhanced components for every
field shown in a grid and be able to FilterByForm in a grid form.

Rade
--- In IBObjects@yahoogroups.com, jwharton@i... wrote:
> TIB_Grid doesn't support search mode.
> Use a TIB_SearchPanel and make it Visible and then the grid Visible
= false.
>
> Jason
>
> --------------------------------------------------------------------
------------
> --------------------------------------------------------------------
------------
> What should I set in grid to enable writing in fields a search
> string?
> I get blue color after pressing search button, but I can't write
> into the grid to make a search.
>
> Please help.
>
> Thanks Mitja