This is a migrated thread and some comments may be shown as answers.

Scriptaculous & RadTreeview error...

2 Answers 52 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Guillaume
Top achievements
Rank 1
Guillaume asked on 09 Jan 2009, 09:11 PM
Hi,

I use Scriptaculous in my web apps, but simply including the Scriptaculous js files in a aspx page which contains a RadTreeview causes errors...

I add the references in pageLoad:
ScriptManager.RegisterClientScriptInclude(Page, Page.GetType, "LB2", "../App_Themes/BlueSky/LightBox/js/prototype.js")
ScriptManager.RegisterClientScriptInclude(Page, Page.GetType, "LB3", "../App_Themes/BlueSky/LightBox/js/scriptaculous.js?load=effects")

And i don't use them at all.

Then, simply hovering over the RadTrees cause JS errors and my checkboxes trees no longer check...

Any ideas ?

2 Answers, 1 is accepted

Sort by
0
Sjon
Top achievements
Rank 1
answered on 05 Mar 2009, 11:26 PM
Marc,

Today I encountered a similar problem with Scriptaculous and RadTreeview colliding.

One of our websites was using both Scriptaculous and RadTreeview in harmony to navigate our product catalog.  A separate website I was working on uses the exact same code ('copy and paste' saves so much time) to navigate the product catalog, but it just would not work.

I spent a long time making sure I didn't fall into any 'copy and paste' inheritance errors.  Then I found the website that worked was using Telerik.Web.UI.dll 2008.2.826.20 and the .dll version I was trying to use was 2008.3.1314.20.

I made the switch to version 2008.2.826.20 and it works just fine.

This doesn't exactly solve the error, but it is a workaround.
0
Simon
Telerik team
answered on 06 Mar 2009, 08:24 AM
Hello Sjon,

Are there any error messages you are receiving? Could you paste them here if so?

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
Guillaume
Top achievements
Rank 1
Answers by
Sjon
Top achievements
Rank 1
Simon
Telerik team
Share this question
or