Style gets applied only to CellRange!

Hi!

When I try to apply style to row like

griddesktop.Worksheet[0].Rows[0].SetStyle(somestyle);

It doesn't work

But with cellrange it's ok!!

Fix it please, or am I missin the point?

Hi, Kola

This is a bug, I have fixed it, and I will release an attachment version soon.

The GridDesktop control uses style in this order:

1. GridCell's style;

2.GridColumn's style;

3.GridRow's style;

4.GridDesktop control's default style.

The font and font color are same in the order.

Thanks a lot!