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:
Any ideas or suggestions?
Thanks a lot for helping!
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.
Hello Stefan,
unfortuatlely your sample is not really what I was looking for or it is just not working within my code. Importing your code to my project the drag & drop is not working anymore. I am able to hide field using the fieldchooser, but starting the program the first time, fields which are set to Visibility="Collapsed" are visible, although this is working with your sample project.
I don't know what I am doing wrong, but it is not working.
Thanks!