Subject Re: [IBO] ib_grid ondrawcell vs ongetcellprops
Author Jason Wharton
> which is much faster to use? base from my experience, it seems that
>
> ongetcellprops is slow. So what I did to make it faster is instead
> of having the
>
> whole row changes its color I was limited to 1 or 2 so that it will
> not take much
>
> time painting the whole row.
>
> while the ondrawcell I haven't tested it yet.

In either case, its a good idea to work with local TIB_Column references
that are assigned in the AfterPrepare event. I doubt the performance will
differ much otherwise.

Jason Wharton