I want to sort the grid by some column descending programmaticaly.
I wrote:
ultraGrid1.DisplayLayout.Bands[0].SortedColumns.Add("ColumnName
", true, false);
The data that appears is not sorted. Only after pressing on sort in run time, it sorts it right.
What can be my problem? May be I missed something?
This sounds like a bug that was recently (February) fixed; you might want to download the latest service release and if the problem persists, report it as a bug.