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

Drag problem when FlowDirection is set to RightToLeft

1 Answer 25 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Ziv Friedman
Top achievements
Rank 1
Ziv Friedman asked on 07 Mar 2011, 08:10 PM
I have a SL application in Hebrew, so all the UI flow is from right to left

When I try to use Telerik's RadDragAndDropManager I use AutoDrag="True" and dragging actually works but when the mouse moves to the right, the dragged object is being dragged right, and vice-versa. I have set the user-control's direction to LeftToRight and dragging works correctly, but when returning to the required setting (RightToLeft) mirror-dragging returns.

I also have another problem which is not related to this one (I think) and it is a compilation problem when setting the event-handlers for the RadDragAndDropManager from designer. I do it now from code which works fine, but as far as I understand (and as far as visual-studio 2010 pro does too) it should work from the designer as well.
The error (in compile time) for the latter is:
Error   1   The property 'DragQuery' does not exist on the type 'Rectangle' in the XML namespace 'clr-namespace:Telerik.Windows.Controls.DragDrop;assembly=Telerik.Windows.Controls'.... etc.


Thanks anyone who knows what's going on with this, it seems to me for the little I tried to go with the Telerik SL components by now, I find bugs and problems all over, and these 2 problems above I got trying to implement code from the Telerik forum how to implement D&D 101, so is it working or is it "working"?

Thanks,
Ziv.

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 09 Mar 2011, 09:58 AM
Hi Ziv Friedman,

Currently, we do have some issue s with RTL support in DnD functionality. We have scheduled this to be resolved in our 2011 Q1 Sp1 release.

About the the events that cannot be set in the designer - currently this can be done only in WPF, since in our Silverlight implementation these events are custom routed events. We will take your feedback in mind and improve this in our future releases. I have created feature request in our PITS system where you can track its progress - http://www.telerik.com/support/pits.aspx#/public/silverlight/5064. I have also updated your telerik points accordingly.



All the best,
Tsvyatko
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
DragAndDrop
Asked by
Ziv Friedman
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or