Ladyhawk...I am still confused a bit. are you saying that some event would do the sort or are you saying that the page would load then sort automatically?
Yes it is possible
try this:
-let's say that ds.tables(0) is yours grid dataSource
-the name of the column you want to sort is "Column"
ds.Tables(o).DefaultView.sort= "Column"
grid1.DataSource = ds.Tables(0).DefaultView
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.