Subject Re: [IBO] TIB_Grid and multiselect
Author sllimr7139
> I think I misunderstood your question. Did you mean: make the
> CurrentRowColor disappear? I think you'd have to write OnExit and
> OnEntry handlers for the grid, both with a single line setting
> CurrentRowColor to clWindow or Grid.Color upon Exit, and to your
> chosen current-row-color upon Entry. You can point all your grids to
> the same handlers.
>
> Still, a property for this would be a lot more elegant.

Would you believe that doesn't work? I created the two event
handlers and at runtime the grid still draws the current row hightlight
and still in the standard windows hightlight color. I tried setting
it to clLime for my test which is how I know it didn't work.

Anyone else want to take a shot at this before I dive into the code
and try to hang myself with it? <G>

Ryan.