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
175
How to turn off sorting
posted

I just put a WebDataGrid (2010.3) on a form and bound it to a SqlDataSource.  The datasource has a select statement that uses an Order By clause.  However, when the page renders, it appears the WebDataGrid is re-sorting based on the first bound field.

Is there any way to make the grid bind without re-sorting the data?

Thanks,
Dale