Re: DataGrid Sorting and CollectionBase by Rob
Rob
Wed Feb 11 17:16:05 CST 2004
I'm certainly no expert, but I've found that trying to do this kind of stuff
on datasets is horrible. Have you tried using a dataview instead?
"Mark Phillips" <anonymous@discussions.microsoft.com> wrote in message
news:25974417-9547-44D1-97C3-D25FF6628334@microsoft.com...
> I am creating a n tier application that passes a strong typed collections
using CollectionBase. However, this collection does not sort in the
Winforms Data Grid. I have set allow sorting from the designer and code,
but it does not work. Any suggestions on how to get this to work?
>
> Thanks,
> Mark