This question is locked. New answers and comments are not allowed.
Hi,
I have the following RadPane :
When I Drag the pane to put it on the right side, the DragOver event isn't firing.
Any suggestions ?
Thanks.
I have the following RadPane :
<telerikPosition:RadSplitContainer DragOver="ToolKitContainer2_DragOver" x:Name="ToolKitContainer2" InitialPosition="DockedRight"> <telerikPosition:RadPaneGroup > <telerikPosition:RadPane DragOver="ToolKitContainer2_DragOver" x:Name="toolkitPane2" Header="ToolKit" CanUserClose="False" CanFloat="True" > <gvControls:GVToolKit x:Name="toolKit2" ></gvControls:GVToolKit> </telerikPosition:RadPane> </telerikPosition:RadPaneGroup> </telerikPosition:RadSplitContainer>When I Drag the pane to put it on the right side, the DragOver event isn't firing.
Any suggestions ?
Thanks.