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!
Hi Stefan,
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.. :)
Sue
Hello Sue,
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
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,
This was a limitation in our old versions, but since version 12.1 the Add new Row functionality works with any kind of collections.
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??