I'm having an issue with rad menu throwing a JavaScript error when I mouse over an item in a non ie browser.
The error I'm getting is below.
Error: j is null
Source File: /Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3bbfe379-348b-450d-86a7-bb22e53c1978%3aea597d4b%3bTelerik.Web.UI%2c+Version%3d2010.1.415.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a710a7ed7-bdf5-4c33-88f0-6cb83da7e591%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41
Line: 2552
The server is IIS6 with .net 3.5 sp1 and ajax extensions 2.0 installed. There is nothing special or dynamic about the menu on the page, it's all hard coded for a proof of concept.
You can see example here. It all works fine locally in all of the browsers.
http://bit.ly/9roeqA
The error I'm getting is below.
Error: j is null
Source File: /Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a3bbfe379-348b-450d-86a7-bb22e53c1978%3aea597d4b%3bTelerik.Web.UI%2c+Version%3d2010.1.415.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a710a7ed7-bdf5-4c33-88f0-6cb83da7e591%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41
Line: 2552
The server is IIS6 with .net 3.5 sp1 and ajax extensions 2.0 installed. There is nothing special or dynamic about the menu on the page, it's all hard coded for a proof of concept.
You can see example here. It all works fine locally in all of the browsers.
http://bit.ly/9roeqA