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
Grid Row Alternate
Grid Row Alternate
Steema Support
Re: Grid Row Alternate
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
to:
Regards,
Marc Meumann
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);
Code: Select all
AData.Painter.Paint(tmpFormat,AData.Bounds);
Marc Meumann
Steema Support