Sorting grid from collection

J

Jim Owen

I'm binding a DataGrid to a class which I've inherited from CollectionBase.
This works like a dream, simply by going:
MyGrid.DataSource = MyCollectionClass;
MyGrid.DataBind;

However, I'm used to binding DataGrids to a DataView and then setting the
DataView's Sort property to a sort string. How can I replicate this sorting
functionality while using a CollectionBase instead of a DataView?
 
N

Natty Gur

Hi,

use other collection type that support sorting, arrayList for example.

Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114

Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377

Know the overall picture
 

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

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top