I have implemented code to add a Column to the Grid when the user drags and drop text into the Grid.
This part works fine.But then i can't rearrage the columns by dragging and dropping field headers in the grid which i was able to before implementing my Drop event handler..
I think my mouse down and move and my drop event interferes with the Grid's capability..Could someone tell me how i can achieve both?
Hello,
I apologize that this post was not answered sooner. We are making the effort to ensure all posts are addressed by an Infragistics expert.
The XamDataGrid uses its own internal logic for field moving. If you are handling mouse down events (tunneling) it is possible that you have stopped this. I am not sure if you have implemented the Drag-Drop functionality using the drag-drop events, but that approach should not interfere with the XamDataGrid's field moving logic.
Thank you!