Browse by Tags

All Tags » DataGrid (RSS)

Silverlight DataGrid Custom Sorting by manish.dalal

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