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

The position of contentmenu of UC is changed when using Dock

3 Answers 46 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Mawfang Lee
Top achievements
Rank 1
Mawfang Lee asked on 18 Jun 2008, 05:52 AM
hi, all:
       After we use the dock function in the Q1 version, we found one problem, the detail is when we add one Usercontrol in the dock dynamically, the position of contentmenu in the uc is changed, that result in my using the UC normally, while in the old version (Q3), it's ok. In the uc, we used chartFx component, so can you help me to solver it.

       my adding dock way is:
        RadDock dockableObject = new RadDock();
        dockableObject.UniqueName = System.Guid.NewGuid().ToString();
        dockableObject.ID =ItemNo;
        dockableObject.Text = ItemName;
        dockableObject.Title =ItemName;
        dockableObject.DockMode = DockMode.Docked;
        dockableObject.ContentTemplate = Page.LoadTemplate(Url);

         this.leftDockingZone.Controls.Add(dockableObject);
       

Best Regards.
MawFang

3 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 20 Jun 2008, 02:33 PM
Hi MawFang,

What do you mean by contentmenu? Is it a part of the chartFx control? If you can show some screenshots it would help us in determining what the problem is. You can also open a support ticket and send us a simple project, which shows the problem. If you cannot send us a project, I think that a live URL where we can see the dock should also be enough.

Greetings,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mawfang Lee
Top achievements
Rank 1
answered on 22 Jun 2008, 02:20 AM
hi, Lini:
      yes, the contentmenu is one part of the ChartFx, when right click on the Chart, its contentmenu appeared, in 2007_Q3 version, this menu left-top postion is right the mouse position,but in 2008_Q1 this menu left-top position is far away from the mouse position.
      I cut two screenshot, but here, it seems I can't paste them! maybe you can give me one email address, I can send that to you!
     -Thanks

Best Regards.
MawFang!
0
Petio Petkov
Telerik team
answered on 24 Jun 2008, 01:13 PM
Hi Mawfang Lee,

Just log into your Client.net account ->  click the My Support Tickets button -> click on the Submit a Support Ticket link -> click on RadControls for ASP.NET AJAX link -> click New Support ticket for RadDock for ASP.NET AJAX. This will open a support ticket and you will be able to send us your project(screenshots) as an attachment. My suggestion is to zip your project before sending it.


Sincerely yours,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Mawfang Lee
Top achievements
Rank 1
Answers by
Lini
Telerik team
Mawfang Lee
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or