Welcome to MSDN Blogs Sign in | Join | Help

Vincent Sibal's Blog

WPF Programming Topics

Browse by Tags

All Tags » WPF 3.5 SP1 » IEditableCollectionView   (RSS)
Sorry, but there are no more tags available to filter with.
Using IEditableCollectionView with dynamically generated GridViewColumns
I recently got a question on how to implement IEditableCollectionView with GridViewColumns that are dynamically created. Creating the columns dynamically actually doesn’t really have a big impact on IEditableCollectionView implementation. I have a sample Read More...
WPF 3.5 SP1 feature: IEditableCollectionView
Motivation A CollectionView is your interface into manipulating a collection of data items in an ItemsControl. Common tasks with this view often involve applying sorting, filtering, and grouping. In lieu of supporting a DataGrid control, transactional Read More...
Page view tracker