Page 1 of 1

table grid is not shown in readonly editors

Posted: Wed Mar 21, 2007 5:38 am
by Tarun
Hi,

I did get your text in Readme.txt:

COMPATIBILITY ISSUES:
- table grid is not shown in readonly editors any more (it also affects TBDRichViewEdit
when its dataset is not in the edit mode)


Please elaborate..


Regards:
Tarun

Posted: Wed Mar 21, 2007 6:27 am
by Sergey Tkachenko
Actually, now there are 3 global variables for table grid:

RichViewTableGridStyle2: TPenStyle = psClear;
Style of table grid lines (drawn in place of hidden or zero-width border) in TRichView and in read-only mode.

RichViewTableGridStyle: TPenStyle = psDot;
The same in editors in editing mode.

RichViewTableGridColor: TColor = clBtnFace;
Color of this grid