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
295
Setting CssClass Property displays correctly in Firefox but not in Internet Explorer
posted

Hello,

I use .NetAdvantage 2011.1. When I format a cell via the CssClass property, it works great in Firefox but not in IE9. I've declared the css classes as follows:

 

TBODY > TR > TD.CellReadOnly

{

    background-color:#ff0000;

}

and tried it without the greater than signs as well (as is documented in the tooltips).
I handle the RowIslandDataBound event and use the following code:

e.RowIsland.Rows[x].Items[iColumnIndex].CssClass = "CellReadOnly";

What am I missing? Can anybody help with that?
Best regards,
Frank Piotrowsky