I have a page with a RadToolBar which works perfectly in IE7 and Firefox 3 but having installed IE8 it throws a script error when a button is clicked.
I have created a stripped down page with just a toolbar in and I am getting the same error. The error occurs when clicking on a dropdown item from a RadToolBarSplitButton or a RadToolBarDropDown.
According to the IE8 script debugger the error is:
The line the error points to is
The error is thrown as the dropdown closes.
I'm using Visual Studio 2008 and the project is using .NET Framework
3.5 SP1 with the 2009.1.311.35 version of the Telerik.Web.UI.dll from
the Bin35 folder.
Is this a known error and is there a fix for this?
Thanks,
Nick