Recentrly I upgraded from v6.3 to v8.2
Until now, I was working fine, but since the migration something strange is happening:
I have many different controls in a masterpage and a webpage in it. Most of the controls have css classes defined. When the page is loaded, styles are applyed correctly, yet when an async postback is executed, all styles are lost.
Can someone help me?
I believe the following post contains the answer to this issue, as well as an explanation of why it occurs:http://forums.infragistics.com/forums/p/29454/130832.aspx#130832
I'm sorry, but that post does not apply to our problem (although it's interesting). We are already using css classes, but our problem is that as soon as an async postback is made, all those css settings are lost.
Here's an example:
I have an Infragistics UltraWebMenu in a Master Page, I want the items to have a certain style. I use a class for this, called "menuItem", asigned in ItemStyle in the markup part of the master page.
when the page renders, it does like this:
class
= " ig_d4377750_r2 menuItem"
and it shows exactly what I want. But then, when the user clicks in a toolbar option, a datagrid gets filled, and the styles I defined are ignored and only the ones defined in ig_d4377750_r2 are used.
This started to happen only when we migrated from v6.3 to v8.2