Hi,
I have the problem that the browsers behave differently. If I enter a comma in the filter of a column with the data type number in Chrome everything works. But in Firefox, IE, EDGE only an integer is adopted.
In Firefox, IE, EDGE i must use a Dot to filter with the same Results as in Chrome.
What i'am doing Wrong?
Here you can see this behavior : https://stackblitz.com/edit/angular-xp1hw2
Regards
Ingo
Hello Ingo,
After investigating this further, what I can suggest is creating an issue in our GitHub repository here. This will give you the opportunity to communicate directly with our developers and get notifications when new information regarding your issue is available.
When creating your issue be sure to be specific and provide as much details as possible. Attaching a working sample, screenshots and any information that consider relevant are going to be very helpful.
Please let me know if you need more information.
Regards,
Monika Kirkova,
Infragistics
Hello,
I'am using Windows 10 in German Language.
Browser Versions:Edge: Version 80.0.361.69 and latest Windows 10 VersionChrome: Version 80.0.3987.149Firefox: 74.0
IgxGrid is set to German locale: this.grid.locale = "de"; On Dot Input:Edge resets Filter.Chrome resets Filter.
Chrome works with Comma!
Firefox only work with Dot in Filter ignores Comma.
How can I make all browsers behave like Chrome so that you can enter a comma in the search?
edit: IgGrid in your example
$.ig.loader({ scriptPath: "">localhost/.../", cssPath: "">localhost/.../", resources: "igGrid.*", regional: "de", locale: "de" });
But IgyGrid has no Property "regional".
After investigating this further, I determined that when the datatype of the column is number, on English/American machines it is allowed to write only numbers and dots. Commas are not allowed. However this could depend on language of the machine and on the versions of the browsers. Could you please tell me what the language of your machine is and which versions of the browsers are you using.
Looking forward to hearing from you.