Grid Row Alternate

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Marc
Site Admin
Site Admin
Posts: 1227
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Grid Row Alternate

Post by Marc » Thu May 09, 2024 3:24 pm

Hello,

Re. post: viewtopic.php?f=17&t=18142&p=80527#p80520
Bug report: https://www.steema.com/bugs/show_bug.cgi?id=2704

"Alternate" fixed for next update. Fix to TeeGrid code will be posted here shortly so that it can be applied to current source.

Regards,
Marc Meumann
Steema Support

Marc
Site Admin
Site Admin
Posts: 1227
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Grid Row Alternate

Post by Marc » Tue May 14, 2024 7:24 am

Hello,

For those with TeeGrid sourcecode, an interim fix for this, pending delivery of the update from Steema, can be applied as a one-line change:

Grid/Tee.Grid.Rows.pas, line 755.
change

Code: Select all

    AData.Painter.Paint(tmpFormat,Bounds);
to:

Code: Select all

    AData.Painter.Paint(tmpFormat,AData.Bounds);
Regards,
Marc Meumann
Steema Support

Post Reply