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

[Solved] Drag & Drop with MasterPage

1 Answer 184 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Voss Grose
Top achievements
Rank 1
Voss Grose asked on 24 Apr 2008, 08:42 PM
I'm trying to get the Drap & Drop example to work with a MaterPage.

I've edited the FindForm code in the the XhtmlPage.cs class with this:
ControlCollection targetCollection = null;

            if ( Master != null )
                targetCollection = Master.Controls;
            else
                targetCollection = Controls;//


But I still can not get the code to function properly.

Any ideas on what else needs to be changed for this to work. This is the last hurdle I'm trying to prototype before being able to purchase a license.
thanks,
Voss.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 29 Apr 2008, 12:25 PM
Hi Voss Grose,

I have attached a simple project which demonstrate the drag-drop example with a master page. Please note that we have issue with drag-drop in different naming containers therefore the project is using the latest internal build in which the problem is fixed.

Sincerely yours,
Rosen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Voss Grose
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or