Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Problem with Ultragrid.BackColor and dates.
posted

Hi all!, I have a little problem, when I change the BackColor property of a row, I see that the Background around the slash of the dates are still white, as you can see in the images:

This is the code I use to change BackColor property:

 

grdFincas.Rows[i].Appearance.BackColor =

 

Color

.FromArgb(181, 255, 181);

Please, can anybody tell me what am I doing wrong?.

Thank you very much in advance for your help!.

Regards.

 

 

 

 

Parents Reply Children
No Data