Subject Re: [IBO] How do I turn off Selection in grid?
Author Chef
Hi Michael,

have you tried

Grid1.DateSource.DataSet.SelectAll( false );

in the Grid's OnExit event ?

Markus

At 00:58 18.12.00 -0500, you wrote:
>Hello
>
>How do I turn off the Selection color of the Row/Cell in
>a grid when the Grid is not the focused control?
>
>Thanks
>Michael L. Horne