EhLib.Com
https://forum.ehlib.com/en/

Ehlib v9.4 cell editing status color display problem
https://forum.ehlib.com/en/viewtopic.php?f=5&t=1011
Page 1 of 1

Author:  lctong [ 02 Dec 2019, 02:31 ]
Post subject:  Ehlib v9.4 cell editing status color display problem

Ehlib v9.4 cell editing status color display problem

Ehlib V6.3 display is correct

Attachments:
2222.png
2222.png [ 33.42 KiB | Viewed 1423 times ]

Author:  lctong [ 13 Dec 2019, 04:39 ]
Post subject:  Re: Ehlib v9.4 cell editing status color display problem

procedure TForm1.DBGridEh1Columns2GetCellParams(Sender: TObject;
EditMode: Boolean; Params: TColCellParamsEh);
begin
if EditMode then
begin
Params.Background := clRed;
end;
end;

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/