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
170
implementing Drop event stops the Field re-ordering capability of Grid
posted

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?

  • 69686
    posted

    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!