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
60
igGridUpdating numeric editor value not selectable IE
posted

I'm using igGridUpdating with a column with a numeric editorType. When using Chrome and the editor opens, I can select the current value and remove it, or copy it, etc. In IE the value in the editor is not selectable. I tested in IE10 and IE11. Is this some kind of setting or bug?

Parents
  • 29417
    Offline posted

    Hello Richard,

     

    Thank you for posting in our forum.

    I have tested this with the latest service release of 14.1: 14.1.20141.2031, however I was not able to reproduce the issue you’re describing. 

    Please refer to the attached sample where the last column “Extension” has a numeric editor:

    {

                                columnKey: "Extension",

                                editorType: "numeric"                          

                              

    }

    When testing this on my side the text was selectable and could be removed and edited without any issues.

    Please test the sample on your side and let me know if you’re able to reproduce the issue with it. 

    If the sample does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the versions we are using.

    If the sample does show the product feature working correctly, this indicates a possible problem in the code of your application.  It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing. 

    I’m looking forward to your reply.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://es.infragistics.com/support

     

    igGridEditing.zip
Reply Children