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.
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.