bgColor and Alternating Row Color Problem

Hi,

I’m setting the bgColor attribute in Xml to some color (because the app requires it for highlighting that certain actions are required), and when the grid shows, the alternating color is overwriting my background color. I’m wondering if I can turn off alternating row colors, or if there may be a workaround.

I’m currently using the dhx_blue skin if that makes a difference.

Please let me know.

Thanks

You can turn off alter css with following command:

mygrid.enableAlterCss("","");

Thanks Olga, very much appreciate it!