Hi,
I use hilities for customizing colors and fonts in a grid so that this customization would be present even in an exported file.
When I define colors
then it works fine in both a grid and exported excel. When I try to make a value in bold
then this value is indeed in bold.
But once the bold hilite was applied to once cell this setting leaks to others for the rest of the line for the excel. It is fine in a grid.
It means that all cells will be bold after the first intended bold.
Note: this doesn't happen if the hilite have different colors. This happens in case showed above. The same color and one hilite is bold.
best ragards,
Zdary
I use hilities for customizing colors and fonts in a grid so that this customization would be present even in an exported file.
When I define colors
Code:
setCssText("color:#000000");
Code:
setCssText("font-weight:bold; color:#000000;");
But once the bold hilite was applied to once cell this setting leaks to others for the rest of the line for the excel. It is fine in a grid.
It means that all cells will be bold after the first intended bold.
Note: this doesn't happen if the hilite have different colors. This happens in case showed above. The same color and one hilite is bold.
best ragards,
Zdary