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
20
UltraWebGrid numbering and alternating rows background color ie11
posted

Hi,

I am new to asp and Infragistics, was working on some old code written for ie8 and now on upgrading to ie11. The UltraWebGrid's displaylayout has the following property

AllowRowNumberingDefault="Continuous", the numbering seems to work fine on ie8 but doesnt work on ie11. Also the alternating background color for rows does not work on ie11, but works fine on ie8. 

<RowAlternateStyleDefault BackColor="#B3D0FD">
</RowAlternateStyleDefault>

Also the grid looks as expected on visual studio's design tab, but the numbering and alternate bg color for rows is not rendered on ie 11. There are no issues with ie8.

Could you please advice on how to go about this.