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?
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://ko.infragistics.com/support
Looks like it has something to do with the knockoutjs extensions.
I forked your fiddle from the documentation (http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/grid/bind-grid-with-ko/) and added the numeric column: http://jsfiddle.net/richardhinkamp/ELmcT/
In IE the text is not editable. If you remove the extra editor options, it's still not selectable.
It seems like the numeric editor exhibits the same behavior as the other column. If you hit backspace the value is removed and when you start typing the value changes. However the text doesn’t seem to be selectable.
I’ve opened a new development issue with number 173170. I’ve also opened a private case for you with number: CAS-138342-C4M7G5 so that you may track the state of the development issue via the case.
You can view the status of the development issue connected to this case by selecting the "Development Issues" tab when viewing this case on the web site.
Let me know if you have any questions.