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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top