Hello,
how can I sort the data in my ultragrid by the header?
I want to click an header and the data is order by that column header. Is possible?
Thanks for any help.
Thank you!! It worked :)
Set the HeaderClickAction:
this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = HeaderClickAction.SortSingle;