Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Sorted column
posted

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?

  • 69832
    Suggested Answer
    Offline posted

    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.