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 Column Moving With Mouse Pointer in Compatibility View IE11
posted

Hi,

I am new bee for this forum and having issue with UltraWebGrid.

My application is a web application which using Infragistics old version.

We need to upgrade all our system to be compatible with IE11. We found, some old Infragistics controls not working properly with IE11 and we mange to add below line in master page and problem solved 

<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

But it was came up with another issue.

Now once user click the grid headers for sorting, column headers moving with mouse pointer. User need to click somewhere else to put it back in to the right place. Because of that "Select All" check box which I put inside "UltraGridBand" not working.

<igtbl:UltraGridBand>
<addnewrow view="NotSet" visible="NotSet">
</addnewrow>
<Columns>
<igtbl:TemplatedColumn Width="15%" BaseColumnName="" Key="SelectAll" ServerOnly="true" AllowResize="Fixed" FilterIcon="False" AllowRowFiltering="false" SortIndicator="None" AllowUpdate="No">
<HeaderTemplate>
<div>
<asp:CheckBox ID="chkItemHeader" Text="Select All" runat="server" onclick="HeaderCheckBoxItemClick(this,'gridcleanpayNew','SelectAll')" />
</div>
</HeaderTemplate>
<CellTemplate>
<asp:CheckBox ID="chkItemSelect" CausesValidation="false" onclick="CheckBoxItemClick(this,'gridcleanpayNew','SelectAll')" runat="server" />
</CellTemplate>
</igtbl:TemplatedColumn>
</Columns>
</igtbl:UltraGridBand>

User need to column moving functionality as well. So I cannot simply set "AllowColumnSwaping" and column moving to NONE.

Basically I wont to stop this column moving. Or if anyone can suggest a way to disable column moving for my first column only(Select All CheckBox Column) will be a grate help.

Thanks in advance 

  • 16310
    Offline posted

    Hi,

    Thank you for posting in the Infragistics community !

    IE11 is not a supported browser by the UltraWebGrid. UltraWebGrid has never been designed and tested for IE11, since IE11 was not available at that time. Some workarounds like compatibility modes may enhance the functionalities and stylings that the browser will recegnize, but it cannot guarantee full support, neither could we.

    For a full modern browse support I suggest that you upgrade your Infragistics product to 13.1 or later. You can refer to http://ko.infragistics.com/support/supported-environments for a full list of supprted environments.