I have this line, wich worked with the latest version of 2009.
The type 'System.ComponentModel.IPagedCollectionView' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Windows.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
I have a reference to the System.Windows.Data Version=2.0.5.0 - I've checked the PublicKeyToken.
I have a reference to the following Telerik dlls: (I use other telerik controls - not only the GridView)
Telerik.Windows.Controls
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.DataVisualization
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Charting
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Data
Telerik.Windows.Themes.Windows7
var items = gridView.Items
as Telerik.Windows.Data.DataItemCollection;
The type 'System.ComponentModel.IPagedCollectionView' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Windows.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
I have a reference to the System.Windows.Data Version=2.0.5.0 - I've checked the PublicKeyToken.
I have a reference to the following Telerik dlls: (I use other telerik controls - not only the GridView)
Telerik.Windows.Controls
Telerik.Windows.Controls.GridView
Telerik.Windows.Controls.DataVisualization
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Charting
Telerik.Windows.Controls.Input
Telerik.Windows.Controls.Navigation
Telerik.Windows.Data
Telerik.Windows.Themes.Windows7