Home > Archive > ASP .NET > February 2006 > ASP.NET Gridview control not supporting Sorting for Collection obj
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP.NET Gridview control not supporting Sorting for Collection obj
|
|
| ŘuGvEd 2006-02-28, 7:02 pm |
| Here is the error:
direct link to erro image :
http://img473.imageshack.us/img473/1666/untitled2pp.jpg
Hi,
I have a gridview control on the page which is bound to business object via
objectdatasource and i m using collection to bring all my data on page. This
used to work fine in beta version and no coding was changed. In RTM version
every time
I click on column to sort it its giving me following error.
"The data source 'MyDataSource' does not support sorting with IEnumerable
data. Automatic sorting is only supported with DataView, DataTable, and
DataSet."
I have my all data coming as a collection object , I am not using dataset
anywhere.
PLEASE someone tell me I will not have to re-write this.
HELP !!!!:s
| |
| Phillip Williams 2006-02-28, 7:03 pm |
| http://msdn.microsoft.com/library/d...net01272004.asp
--
HTH,
Phillip Williams
http://www.societopia.net
http://www.webswapp.com
"ŘuGvEd" wrote:
> Here is the error:
>
> direct link to erro image :
>
> http://img473.imageshack.us/img473/1666/untitled2pp.jpg
>
> Hi,
> I have a gridview control on the page which is bound to business object via
> objectdatasource and i m using collection to bring all my data on page. This
> used to work fine in beta version and no coding was changed. In RTM version
> every time
> I click on column to sort it its giving me following error.
>
>
> "The data source 'MyDataSource' does not support sorting with IEnumerable
> data. Automatic sorting is only supported with DataView, DataTable, and
> DataSet."
>
> I have my all data coming as a collection object , I am not using dataset
> anywhere.
>
> PLEASE someone tell me I will not have to re-write this.
>
> HELP !!!!:s
>
|
|
|
|
|