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

RadTree Drag and Drop Demo loses all functionality with placed inside of a RadMultiPage

2 Answers 17 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Joshua
Top achievements
Rank 1
Joshua asked on 01 Aug 2013, 03:37 PM
Using the sample here http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx I am able to produce the drag and drop feature perfectly. However when I place that same RadTreeView inside of a multipage, the radtreeview becomes disabled and then I am unable to do anything with this. The placement of the code is the only thing that changes.

I'm hoping someone has seen this before. My assumption is there is something with the RadPageView that causes the javascript not to find the RadTree. Anybody experiences this before?

var gridId = "<%= My_RadTreeView.ClientID %>";

my guess is the gridId can no longer be found? Any help is welcomed!

I have verified that all the code is placed inside of a RadScriptBlock so if anybody has the answer i'm open!

2 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 06 Aug 2013, 04:17 PM
Hi Joshua,

I have attached a small sample project based on the online demo. Please check it out. If your code is different paste it here, so we can look into it.

Thanks.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Joshua
Top achievements
Rank 1
answered on 07 Aug 2013, 09:05 PM
This is totaly my mistake.  I had the RadmultiPage Enabled="False"  I assumed that it would only disable the multipage not all the controls underneath.
Tags
TreeView
Asked by
Joshua
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Joshua
Top achievements
Rank 1
Share this question
or