Hey Guys,
I used the xamDataGrid and I want that the User can Reorder his Columns and Group them. This works fine BUT if I drag a Column outside of the Grid they will be removed from the Grid (see attached screenshot) if I drop it Outside the grid the column is lost.
How can I disable this behavior?
Hello,
Thank you for your feedback. I am glad to know that I was able help you achieve the functionality you were looking for. I believe this thread can help other people looking for a similar solution.
If you require any further assistance on this matter, please do not hesitate to ask.
The Solution was to set the FieldSettings.AllowHiding = AllowFieldHiding.Never;
Thanks for your help
I have been looking further into your issue and I believe I have come up with a solution that can help you achieve the functionality you are looking for.
A particular approach I can suggest to you is to set the AllowHiding property of the XamDataGrid's FieldSettings to an appropriate value according to your requirements for the behavior you have mentioned.
For more detailed information regarding the AllowHiding property you can take a look at the following link from our online documentation: http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v15.2~Infragistics.Windows.DataPresenter.FieldSettings~AllowHiding.html
Thank you for choosing Infragistics.
I have been looking into your issue and in order for me to assist you the best way possible, would you please provide me with a sample application with the issue described in your previous post. Having this information would help me further investigate this matter for you.
Looking forward to hearing from you.