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
20
ValueChange doesn't fire for WebDataInput: WebCurrencyEdit in Safari
posted

We have a display with WebCurrencyEdit fields and we perform calculations in Javascript on the input values.  In the VB.NET code, we specify the Javascript function to call on ValueChange.  This works in IE but not in Safari.  If one of our users is using the Safari web browser, it appears that the event doesn't fire to call the JavaScript function to perform dynamic calculations.

I have read in the forums that Safari is not fully supported by Infragistics. 

 

These are the three options I have been considering:

(1) replace the Infragistics controls with standard ASP controls

(2) download the latest Infragistics hotfix (if there are recent updates related to Safari support)

(3) write code to set the BrowserTarget on every control on the screen to DownLevel

What would be your recommendation?

Thanks