The fields in FieldChooser are sorted alphabetically. How to change this behavior to make them sorted as they are defined?
Hello,
Thank you for your post. I have been looking into it and I can suggest you see this link from our online documentation:
http://help.infragistics.com/Help/NetAdvantage/WPF/2012.2/CLR4.0/html/InfragisticsWPF4.DataPresenter.v12.2~Infragistics.Windows.DataPresenter.Events.FieldChooserOpeningEventArgs~FieldChooser.html
where it is explained how to get the FieldChooser. After doing this you can set its FieldDisplayOrder Property to SameAsDataPresenter. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.