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
1330
Ultra Combo sorting on a column, in descending order, using code.
posted

The task is pretty simple.  I want to sort on a particular column in an ultra combo.  I need to do this in code and not the designer.  I've search all over but cannot find the answer.

Thanks!

Parents
No Data
Reply
  • 1330
    Verified Answer
    Offline posted

    I have found an answer (finally):

    ultraCombo1.DisplayLayout.Bands[0].Columns[0].SortIndicator = SortIndicator.Ascending;

Children
No Data