I have a in-house web-app that has been in production for 3 years. We have been using an old version of IE (9 to be precise).
We are testing IE11 now and I have this weird issue.
On some of my Telerik controls I have client-side events, ex.: on a radComboBox I have <I>onclientselectedindexchanged</I> and an associated event (function).
In IE11 I get the following error "JavaScript runtime error: 'rcbMarketTypeIndexChanged' is undefined", but in IE9, current versions of Firefox and Chrome I do not get any such errors and the functionality related to 'rcbMarketTypeIndexChanged' executes fine.
The javascript is embedded in the aspx file with the proper <scripts> tags.
I'm assuming that it might be related to a javacript syntax error (that I cannot find) which is rearing it's ugly head but I would assume it would affect other browsers including IE9 if that was the case.
Any suggestions on how to pin-point and rule out a javascript syntax issue.
Thanks
We are testing IE11 now and I have this weird issue.
On some of my Telerik controls I have client-side events, ex.: on a radComboBox I have <I>onclientselectedindexchanged</I> and an associated event (function).
In IE11 I get the following error "JavaScript runtime error: 'rcbMarketTypeIndexChanged' is undefined", but in IE9, current versions of Firefox and Chrome I do not get any such errors and the functionality related to 'rcbMarketTypeIndexChanged' executes fine.
The javascript is embedded in the aspx file with the proper <scripts> tags.
I'm assuming that it might be related to a javacript syntax error (that I cannot find) which is rearing it's ugly head but I would assume it would affect other browsers including IE9 if that was the case.
Any suggestions on how to pin-point and rule out a javascript syntax issue.
Thanks