Ticket T211119
Visible to All Users

dxDataGrid does not insert data properly in IE11

created 10 years ago

I have a datagrid with a master detail view setup. Consider http://jsfiddle.net/fwx0ocg0/4/

Issue 1:   In IE 11 (not other browsers)

When you add a new row in the details view and move to Priority or Subject, if the box does not get focus, neither the rowUpdating nor rowUpdated field receives the data the user saved. Basically data is lost - see attached video if this explanation is not clear.

Issue 2:
The master row displays information about the latest detail grid using a lookup. Now when I add a new row on the details, this may cause the master row to change. How do I refresh just the single row on the master grid?
to reporoduce use the example at http://jsfiddle.net/fwx0ocg0/4/
 - John Heart starts off with Resolution Status = "completed" - now add a new task. Since I've set up the rowInserted to
rowInserted:  function(e) {
                        currentEmployeeData.lastTaskId=123;
                        currentEmployeeData.lastTaskComp=20;
                    }
and 20 maps to "started" I expect John Heart to now have Resolution Status ="started". this does not happen unless I collapse the detail grid - when the row updates.

Show previous comments (3)
DevExpress Support Team 10 years ago

    Tejal,

    I was not able to reproduce the issue related to data insertion. When I click an editable cell, the focused frame is hidden and focus disappears. I cannot type anything in this cell.  dxDataGrid should not hide the focused frame when an editable cell is clicked. We are going to research this issue in the context of the dxDataGrid hides the focused frame in an editable cell when the cell is clicked in IE11 ticket. We will update this ticket when we have any news.

      the bugReport and bugRepro videos should show focus disappearing on click within a selected cell with the cursor still remaining. I hope you can reproduce the issue. We are able to consistently reproduce this across multiple members of the team.

      DevExpress Support Team 10 years ago

        Tejal,

        I have performed exactly the same steps and was not able to reproduce this behavior.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.