If I set the filtering settings to allowfiltering="FilterMenu" I do not see an icon for the column chooser.
I can click the space to the right of the filter icon and I get a column chooser menu, but there is no icon where I am supposed to click.
Hi Greg,
I created a sample based on the image you included with your xaml and see the ColumnChooser . I don’t see the xaml for your ColumnChooserSettings. I’ll provide my settings for you to compare to.
<ig:XamGrid.ColumnChooserSettings>
<ig:ColumnChooserSettings
AllowHiddenColumnIndicator="True" AllowHideColumnIcon="True"/>
</ig:XamGrid.ColumnChooserSettings>
I also used NetAdvantage for WPF 2014.1, 14.1.20141.2108 for my testing.
Please let me know if you are setting different properties or using a different assembly version.
I am not seeing any issues, the column chooser icon is visible in the column until you click on the icon. Then that column is visible in column chooser dialog and you can select it there.
Please let me know if that is not the behavior you are seeing or if you are using different settings or a different product version.
I hope the information I gave you was helpful.
If not could you provide your xamGrid complete xaml in an attached file so I can look into this further.
Please let me know if you have questions.