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!
I have a followup question. Can this drag and drop be done for XamDataGrids with Dynamic Columns?? I have an MVVM project which has dynamic columns and dynamic rows.. The user should have the ability to add new rows and also move rows up/down (either drag and drop or by a click of a button)
Any suggestions on this will be of great help..
thanks,Sue
Hello Sue,
Thank you for your post. I have been looking into it and if by "Dynamic Columns" you mean that the Columns are generated automatically I can say that the solution posted in the previous post should work for you.
Hi Stefan,
Thanks for your response.. Yes, The columns are generated automatically. I have an observable collection for rows and each row have the collection of Columns(generated depending on some conditions..) For a particular execution, the number of columns generated is based on certain conditions.. Will try out the above example.. Thanks
I also read in one of the forum, that the "Add new Row" feature in the XamDataGrid works only for BindingLists - is this true?? Will it not work for Observable collections??
Sue
I did try the Drag and drop on the Dynamic Columns in my Project and it worked. But in the process I noticed a bug in the themes. When the theme is added to the XamDataGrid - the drag and drop will not work.
Attached is a sample showing the issue (the original project that you had in this forum has been updated with the Theme) Any help in this will be great..
Look forward to hearing from you.
Thanks,
I have been looking into your sample and I can suggest you move the Style for the DataREcordPresenter in the XamDataGrid's Resources in order to be able to use it along with the IGTheme. Here you can find more information about using Styles and Themes:
http://ko.infragistics.com/community/blogs/andrew_smith/archive/2009/12/09/common-style-issues-when-using-the-theme-property.aspx
Thanks for the suggestion. Will be trying it out.. In Case I have an issue will let you know.
Thanks again for all the support thus far.. :)