Hi,

I have a datagrid which is bound to a custom object's list item.
I have to sort the datagrid.
The moment I click on the header , the screen hangs.
There are not too many records. About a 100.

My list item implements a collection and is not a typical dataview.
What should I do to sort it? Is it just enough to specify AllowSorting = true.
What about Table Style.

Any ideas ?

PK