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

No drag preview

1 Answer 55 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Darren Ratcliffe
Top achievements
Rank 1
Darren Ratcliffe asked on 06 Aug 2008, 02:38 PM
Hello

I am building dynamic docks containing an image which is also the handle for the dragging of the item... but when I drag the image, I'm not getting the semi-transparent preview of the image to show what I am dragging, and the target zone isn't showing a highlighted outline.

I've looked through the examples, but I can't see where I am going wrong... what do I need to do?

Many thanks

Darren

        <telerik:RadDockLayout runat="server" ID="RadDockLayout1" StoreLayoutInViewState="True" Skin="Telerik">  
          
            <telerik:RadDockZone ID="RadDockZone1" runat="server"  Orientation="Horizontal" Width="615px" HighlightedCssClass="CustomCssClass" > 
              
            </telerik:RadDockZone> 
        </telerik:RadDockLayout> 

1 Answer, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 06 Aug 2008, 03:29 PM
Hello Darren,

Judging from the provided code snippet you are using RadDock for ASP.NET. However, the behavior you describe that you expect is the one which RadDock for ASP.NET provides. Please, take a look at the Zone Highlighting online example which demonstrates the behavior which RadDock for ASP.NET provides when dragging a dock over a zone which has a HighlightedCssClass set. What do you mean under the "semi-transparent preview of the image to show what I am dragging"? Do you expect the behavior demonstrated in the Hightlighting online example of RadDock for ASP.NET? This semi-transparent image is currently not supported by RadDock for ASP.NET AJAX.
If the above examples cannot help you achieve the desired scenario, please, open a support ticket and send us some screenshots which show the behavior you expect and the one you observe. I would also like to ask you send us a sample page which demonstrates your setup so that we can take a closer look at it. We will be glad to help you.

Best regards,
Sophy
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Darren Ratcliffe
Top achievements
Rank 1
Answers by
Sophy
Telerik team
Share this question
or