In my web application I'm using Entity Framework 4 and ObjectDataSources. It seems I cannot use Grid Automatic Sorting, I get the error:
The data source 'ObjectDataSourceAaa' does not support sorting with IEnumerable data. Automatic sorting is only supported with DataView, DataTable, and DataSet.
Is there some way to do this?
The data source 'ObjectDataSourceAaa' does not support sorting with IEnumerable data. Automatic sorting is only supported with DataView, DataTable, and DataSet.
Is there some way to do this?