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
935
Show Groups order in the way we want
posted

Hi

I am binding my collection object to ultraGrid1. My collection is like orderby displayTitle.

I am using the following statement to get the groups.

this.ultraGrid1.DisplayLayout.Bands[0].SortedColumns.Add("title", false, true);

The groups are displaying in ascending order which I dont want.

I want to show the groups in the same oder of collection.

Need help.

 

Thanks

Rajesh...