I have the sorted DataView as the DataSource for my DataGrid.
AllowSorting for DataGridTableStyle is set up to false, so user cannot sort.
When the DataGrid is displayed in the header of the column sorted in the DataView I see the arrow (which usually showes the direction of the sorting). I would like to hide this arrow.
Is there a way to do this
Thank you.

Hide the "Sorting" arrow in the column header of the DataGrid
Jeff Modzel
datagrid.AllowSorting = False
Byrd Man
richi
I also have the same problem. Please let me know if u found a solution for this.
Thanks and Regards
Murali