Hello,I have a XamGrid with ColumnChooserSettings and AllowHideColumnIcon="True".
So I want change the icon of HideColumnIcon. how I can do that?
Please can you put an example of code to change the icon?
please see the attached picture...
Thanks.
Hello,
I have been looking into your question and you need to make modifications in the default style for the HeaderCellControl of the XamGrid. You can find it in :
C:\Program Files (x86)\Infragistics\NetAdvantage 2013.1\WPF\DefaultStyles\XamGrid\generic.shared.xaml
I am attaching a sample application(xamGridHideColumnIcon.zip) where I have set an image instead of the default icon.
Let me know, if you need any further assistance on this matter.
Thanks its Oky.