Hi,
In our ASP.NET web application we have used a WebCurrencyEditor control (Infragistics4.Web.v12.2).
Function ShowValue()
{ var oAmount = $find(getPageElement("Amount").id);
alert(“value: ”+ oAmount.value +”\br get value”+ oAmount.get_value());
}
When we enter some values e.g. 4.94, 5.94, 6.94, 7.94 and focus out the control, those values becomes 4.93, 5.93, 6.93, 7.93. When I debug the application I saw value and get_value properties give different values.
E.g. original value = 4.94 oAmount.value = 4.9399999999999995 oAmount.get_value() = 4.93
This does not happen to all values. Does anyone have any solution to overcome this issue?
Thanks.
Hello,
Thank you for using our product!
I have create a sample in order to reproduce the issue, but everything seems okay (See the attached image).
Code snippet:
.......
In order to reproduce the issue and further investigate it, could you please send me isolated sample where the issue is reproduced.
This will be highly appreciated!
Looking forward to hearing from you.
Hi Zdravko Kolev,
Could you please look into the sample application I have attached herewith?
There is no other service release after December 19. I have tried to reproduce the issue when using WebCurrenyEditor, although I couldn't. If we do not have a working sample that is reproducing the issue, we could not further investigate it. I understand that you could not provide us with sample, although will be highly appreciated in order to further investigate it.
Hi Kolev,
Just want to double check my options, I have no way to fix this issue (typing reverse in IE) while having Infragistics v12.2. Actually this issue is there only in the service release, not in the main release. In main release there is a separate issue as mentioned at the top of this thread.
So my only option is to go for v13.2, is it? Unfortunately our licence has expired in last year, which mean we have to renew it :(.
Thanks,
Wijitha
Wijitha,
My application uses the most current 13.2 service release and a small minority of my custoemrs have reported this problem, so updating may not solve this for you.
Droedger,
Yeah you are correct, though there is a little difference. In v12.2 that issue is happening always while in v13.2 its happening randomly. If you have a look in to my same application you will see it.
I'm waiting to hear something from infragistics.
Thanks
If you have other question on concerns, contact me.