We are using the RadDiagram for Telerik WPF. We have restricted the draggable area using the following link:
http://docs.telerik.com/devtools/wpf/controls/raddiagram/howto/customize-dragging
But we also would like to restrict the area that the user is able to pan the diagram. It would be great if it wasn´t possible to pan away from the restricted draggable area. Is this possible, and if yes, how?
I have tried to use PreviewPan but haven´t figured out if that is the way to go...

New to GanttView and was wondering how I can change the right hand side to display from days to minutes or years depending on the application.
also, it would be nice to integrate a zoom capability. is there an option that will allow a user to zoom in and out on the right hand panel of the ganttview. thanks

Hi Telerik,
Could you please advise if there is a way to programmatically simulate the sliding of a RadPane using a bound property to a ViewModel, for instance? We've managed to bind to the IsPinned property, which will pin and unpin the pane, however we'd like to possibly bind to a property that will slide the RadPane in and out when it is unpinned, instead of having it pinned.
Please see the attached file for a screen print example.
Please advise.
Kind regards

Hi,
can somebody provide me a docuemtion regarding the gridview filter capability?
I would like to provide our end user a guide where there can find a answere on typical questions like
- who to do an and / or search
- examples when to use which filter
- The difference filtering behavior using filtering Mode ("FilterRow" or "Popup")
Best regards
I am having some trouble setting up drag and drop from a RadGridView to a RadGridView nested in another RadGridView's RowDetails.
I have picture attached but basically I'd like to be able to drag n drop from the Strategies list to the Optimizations RowDetails list of Strategies.
Thanks in advance for the help!
I read your documentation on how to Merge Cells in RadGridView, however, non of the examples you provide worked for me.
Can you please provide a complete simple example/project on how to use this feature to know what I am missing exactly.
Thanks in advance.