In a xamDataGrid I have a very narrow column - with a very small width - the label header is one character, something like "$".
When the user sorts by that column, an arrow appears indicating the sort order. We do not want to increase the column width just for the sorted icon.
Is there any way to not show the sorted icon for this column?
Hello,
Yes, you can do that by removing the SortIndicator from the style of the LabelPresenter or removing the triggers for the Visibility of the Sort Indicator. You can see the default style for the LabelPresenter in the DefaultStyles folder in the Infragistics directory on your computer.
Hope this helps,
Alex.
Hi Alex,
Thanks for the response - I'll try it out.
But just to make sure: would your solution remove the SortIndicator for all headers/columns? I need to remove the SortIndicator only for one specific narrow column.