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

DragOver not firing when drag and drop a RadPane

1 Answer 40 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 22 Dec 2010, 03:22 PM
Hi,

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.

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Dec 2010, 10:30 AM
Hello Joseph,

Could you please give us some more information what is your scenario? Why do you need to handle the DragOver event?

I am glad to assist you further. 

All the best,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Docking
Asked by
Joseph
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or