Manish Dalal's blog

Exploring .net!

Browse by Tags

All Tags » .NET » DataGrid (RSS)
Silverlight DataGrid Custom Sorting
Silverlight DataGrid provides automatic sorting functionality for any data source that implements IList. It does this by internally wrapping the data source in a ListCollectionView. However there are many situations where it is desirable to alter the...
More Posts