Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW15.2.10 TIWGrid cannot change font style/color using OnRenderCell
#1
Hello, I'm using IW 15.2.10 And Delphi 10.3 trying to change the color of the font of text in cells within an IWGrid when OnRenderCell is triggered:

Code:
.
.
.
procedure WorkFlow.TasksRenderCell(ACell: TIWGridCell;
  const ARow, AColumn: Integer);
begin
  If ARow = 0 then
      exit;
{blue is the standard color for display only data}
    ACell.Font.Color := clBlue;
.
.
.


however, ACell.Font.Color := clBlue; line does not change of the color of the text in the cells. it does work on IW14, but this doesn't seem to work in IW15.2.10. could this be a bug?
Reply


Messages In This Thread
IW15.2.10 TIWGrid cannot change font style/color using OnRenderCell - by defaultuser - 02-16-2021, 05:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)