Got it sorted now.



I Set the datasource to my sorted list, and then in my class I added some public get/set properties to allow data access.

The databinding process picks up the fact that you have these public properties visible in your class and uses them as the grid columns.

Now to set the header text !! which is not proving easy.

Where's good ol' Flexgrid when you need it