Subject RE: [IBO] How do I turn off Selection in grid?
Author Michael L. Horne
Thanks

But, I want to leave the dataset record selected just
turn off the color in the grid. Also, your suggestion
did not unselect the record.

Thanks
Michael L. Horne


> -----Original Message-----
> From:
> sentto-402930-1061-977174931-guardian=pobox.com@...
> [mailto:sentto-402930-1061-977174931-guardian=pobox.com@....
> com]On Behalf Of Chef
> Sent: Monday, December 18, 2000 4:28 PM
> To: IBObjects@egroups.com
> Subject: Re: [IBO] How do I turn off Selection in grid?
>
>
> 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
>
>
>
>
>