I have folowing code on my page:
<script runat="server"> protected void Page_Load() { this.WebNumericEditor1.Culture = System.Globalization.CultureInfo.GetCultureInfo("pl-PL"); this.WebNumericEditor1.Value = 2.51m; }</script><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title>Example</title></head><body> <form id="form2" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <div> </div> <ig:WebNumericEditor ID="WebNumericEditor1" runat="server"> </ig:WebNumericEditor> </form></body></html>
When I click refresh button in Firefox, text in WebNumericEditor1 changes from 2,51 to 251.
Is there any workaround to disable this behavior?
Hello,
I have created a support ticket on your behalf, and linked it to the development issue, so you can be notified when this issue is resolved.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support