hi
I,m working with grid and used :
grid.Grid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortSingle;
but when click the header not sorted correctly
for example:
before sorting: 90
98
51
978
after sorting:51
90
What do you mean by "not sorted correctly?" What's wrong with it?