I am very new to ultrawebgrids. I am building an ultrawebgrid. The grid loads fine, but is not sorting on the column I want it to. I looked all over in the "edit data structure" area to be able to configure the column so I can make it sort while the page is loading, but so far no luck.
Can someone tell me if there is a configuration setting there I am missing?
Thanks everyone. I understand.
This question is answered in the following thread:http://forums.infragistics.com/forums/p/9193/35898.aspx#35898
It takes code to accomplish this task. In short, once the grid is databound, you need to set the column's SortIndicator and add it to the grid's SortedColumns collection.