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
1385
Record Drag & Drop
posted

Hi,

I am using the sample from Elena to have drag & drop functionality in my XamDataGrid:

http://community.infragistics.com/forums/t/68238.aspx

Problem is, I still have a few issues which you maybe can help me with:

  1. FieldChooserButton is shown but not working, the FieldChooser is not opening
  2. AllowFieldMoving ist still not working
  3. I am now able to select a row with the "arrow" on the left of every record. This problem is solved.
  4. The drag object is still not left-aligned. Do you have an idea how to do that?
  5. I need to set AllowEdit="False". Doing that, the drag&drop funcionality is not working anymore
  6. I am also not able to hide any of my fields although I've set the Visibility="Collapsed" it is still visible

Any ideas or suggestions?

Thanks a lot for helping!

 

Parents
  • 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. I have been looking into your post and I created a sample project for you, where the issues you mentioned no longer occurs. If you want to make a Field not editable you can set its EditorStyle Property to Style for the Editor that is used, and in the Style you can set the IsReadOnly Property to True.

     

    Feel free to write me if you have further questions.

    DragDropRecordsInHierarchy.zip
Reply Children