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
Infragistics2.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.1006, selectrow function does not work in IE8 and IE9, but wotks on IE11
posted

I have a webpage which original use the UltraWebGrid v9. After we upgraded to V11.1, the selectRow function does not work in IE8 and IE9, but it works in IE11. Does anyone have the similar situation? Do have any solution to solve it? 

Thanks. 

Following is the Asp.Net code

<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>

...

<RowSelectorStyleDefault BackColor="#A5CFFF" BackgroundImage="url('\Images\rowselector.gif')" CustomRules="background-repeat: no-repeat; background-position: right;">
<BorderDetails ColorBottom="#D6D3D6" ColorTop="#D6D3D6" StyleBottom="Solid" StyleTop="Solid" WidthBottom="1pt" WidthTop="1pt" />
</RowSelectorStyleDefault>

..

<SelectedRowStyleDefault BackColor="PaleTurquoise"></SelectedRowStyleDefault>
<RowStyleDefault Font-Names="Arial Unicode MS" Font-Bold="False" Font-Size="8pt" HorizontalAlign="Left" CustomRules="background-repeat: no-repeat; background-position: 0;">
<BorderDetails ColorBottom="#D6D3D6" ColorTop="#D6D3D6" StyleBottom="Solid" StyleTop="Solid" WidthBottom="1pt" WidthTop="1pt" />
<Padding Left="5px" Right="5px"></Padding>
</RowStyleDefault>

Parents Reply Children
No Data