DataGrid Sorting and CollectionBase

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 said:
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?
 
Back
Top