Subject RE: [IBO] IB_Grid - Preventing Multiple Row Selection
Author Jason Wharton
Paul,

> I need to prevent users from selecting multiple rows in an IB_Grid.
>
> Setup is TIB_Grid - TIB_Datasource - TIB_Query.
>
> I cannot find any property to change this behaviour.
>
> Is it possible to prevent multiple row selection?

Set IndicateSelected property to false.

Jason