Hi,
in the initializelayout Event I do set the sortindicator:
Grid.DisplayLayout.Bands[0].Columns[0].SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Ascending.
I get the icon in the Column but no sorting is happening. What am i doing wrong, or is there something I am missing?
regards
Stefan
Hi Stefan,
Does Descending work?
What's the DataType of the column?
Hi Mike,
I am sorry. The problem was me not sending the correct Dataset in to the BindingSource.