Is that possible Column Chooser button display in HeaderPrefix area of XamGrid in WPF?
Hello,
The XamDataGrid has a built-in functionality for showing the ColumnChooser button in the HeaderPrefixArea. Here you can see how to set it:
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamDataPresenter_Display_the_Field_Chooser.html
Stefan - Is this functionality built into the WPF3 dll's? If not would this same be compatible with a XamDataGrid created with the WPF3 Data Presenter assemblies? I'm attempting to implement a column chooser similar to this sample you included on an older project.
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want to achieve. Basically I added a Button to the ContentTemplate of the RowSelectorHeaderCellControl and called the XamGrid’s ShowColumnChooser method. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.