Subject RE: [IBO] Rows color in IB_grid
Author Alan McDonald
> Hi,
> how I can highlight some records (controlled by value of a specific
> field) in the IB_grid? what the best way?
> The OnDrawCell event seems not suitable.
> TIA
>
> Sergio Zoccante
> S.Z. Software

use the getcellprops events. See the demo/sample code for a full sample.
Alan