Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
955
FieldChooser - drag/drop Why this is not working?
posted

Hi,

For below FieldChooser Xaml,

            <igDP:FieldChooser
            x:Name="fieldChooser"
            DataPresenter="{Binding ElementName=xamDataGrid1}"
            Width="180"
            Margin="2,2,2,10"
            DockPanel.Dock="Left" Drop="fieldChooser_Drop" IsManipulationEnabled="True" DragLeave="fieldChooser_DragLeave" DragOver="fieldChooser_DragOver" DragEnter="fieldChooser_DragEnter" />

I am seeing none of these events get triggered when doing drag & drop?

Is this expected?

Thanks in advance.

  • 138253
    Offline posted

    Hello,

     

    It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. So I have been looking through your post and I can say that the DragDrop functionality that the FieldChooser provides is internally made and is not meant to trigger the inherited framework events for Drag and Drop, so the behavior that occurs with you is normal and expected.

     

    Feel free to write me if you have further questions.