I have an existing RadTreeView, and would like to allow users to drop the items at another location within the tree . All I need to capture is the drop target details. It seems to be available within "DragEventArgs.Data" property but this seems to be inaccessible through code. It has the type "Telerik.Windows.DragDrop.Behaviors.DragPayload.FullTrustPayload" and I can't access it.
Is there any way to access information about where in the RadTreeView an item has been dropped?
TIA

Hello
I am in a situation where the layout should be pre-determined on one machine, and then loaded on another machine. The resolutions of these machines are different, so I would like to save these panels as a percentage rather than a static width. Is this possible?
I am creating the panels dynamically with binding on the PanesSource, so I cannot set these options in Xaml for each RadPanel (Except if I override the ContentTemplate?). Anyways the question still stands, can I save the layout percentage-wise instead of static number when the SaveLayout method is called?
Hi there,
I'm sure this has been asked before. I have a column where the value needs to be represented by an icon. For example, I want the value of "1" to be represented by an image located in a local folder. Can I do this with a CellStyleSelector? Or do I need to use a CellTemplateSelector? Or is there any easier way to do this?
<telerik:GridViewDataColumn DataMemberBinding="{Binding Priority}" Header="P" Width="20"> <telerik:GridViewDataColumn.CellTemplate> <DataTemplate> <Image Source="[WHAT GOES HERE?]" /> </DataTemplate> </telerik:GridViewDataColumn.CellTemplate></telerik:GridViewDataColumn>Thanks.
Hi,
in my ScheduleView, I always completly fill it with Appointments and SpecialSlots for visual purpose, I mean, each SpecialSlot and Appointment contain a UserControl with a border. Each day contain at least 2 resources.
I would like to implement a nivagtion behavior which consist of using the arrow keys to navigate through the SpecialSlots and Appointments and when the navigation behavior return a SpecialSlot or an Appointment, I would like to change the border color of the UserControl to indicate a new selected SpecialSlot or a new selected Appointment in the control.
I would like to know how it's possible to do it...?
Thank's
Alain
I have created gui using radtabcontrol. In it i have added UserControl to RadTabItem using code behind on Tab Selection Changed event. But whenever usercontrol is added, there is extra space at bottom of tab. Please help. I am attaching screen shot below.
I am using Window8 Theme.

Hi,
How do I get GroupHeaderRow by this GroupHeaderRow's GroupViewModel?
Thank you