Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Iwdbgrid -improving appearance
#5
Hi Lou, use this code and have fun.
Code:
procedure TIWForm1.IWDBGrid1RenderCell(ACell: TIWGridCell; const ARow, AColumn: Integer);
begin
  if (AColumn = ???) and (ARow > 0) then
        Acell.Text := '<i class="fa fa-flag fa-fw" aria-hidden="true" style="color:#00c0ef" data-toggle="tooltip" title="Ativo"></i>';
end;
AColumn is your column you like to show the icon.
Reply


Messages In This Thread
Iwdbgrid -improving appearance - by lfeliz - 04-06-2018, 04:31 AM
RE: Iwdbgrid -improving appearance - by lfeliz - 04-07-2018, 12:25 AM
RE: Iwdbgrid -improving appearance - by kudzu - 04-06-2018, 08:34 PM
RE: Iwdbgrid -improving appearance - by Jose Nilton Pace - 04-07-2018, 07:59 PM
RE: Iwdbgrid -improving appearance - by Mirco - 07-03-2018, 04:00 PM
RE: Iwdbgrid -improving appearance - by fduenas - 07-14-2018, 01:32 AM
RE: Iwdbgrid -improving appearance - by Mirco - 01-08-2019, 05:07 PM
RE: Iwdbgrid -improving appearance - by larabrian - 11-07-2019, 09:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)