Jump to content


Andrea Lai

Member Since 05 Feb 2008
Offline Last Active Jun 22 2011 10:48 AM
-----

Topics I've Started

FontSize of the Cell

17 June 2011 - 10:43 AM

Hi,
is possible in the OnCellFormatting evnto or in some other event to set che font type and font size of the specific cell ?

Thanks.

Html syntax

16 June 2011 - 08:33 PM

Hi,
I have the necessity to create a Html column that must have the text align to the right.
In the html column I must write this value in html format :

MyGrid1.Cell[1, MyGrid1.LastAddedRow].AsString := '4,50<br><font color="red">-0,08</font>';

In the column I have set Alignment=taRightJustify but the column is always aligned to the left.
There is a way to make this ?

Thanks.

AlwaysShowSelection

14 June 2011 - 11:27 AM

The normal Delphi Grids have the properties AlwaysShowSelection that always show the current selected row.
There is a way to have the same result ?

Thanks,

Scroll Bars

10 June 2011 - 08:04 PM

Hi, is possible to not display any scoll bar in the NextDBGrid ?

Thanks,