Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Where is PagedCollectionView???
6 replies. Latest Post by ehcarleton on November 7, 2009.
(0)
justintoth
Member
161 points
106 Posts
06-13-2009 6:52 PM |
I'm trying to use the dataform pager with my datagrid in Silverlight 3 beta and I can't find the PagedCollectionView. I know it's supposed to be under System.Windows.Data and if I run the SL3 Toolkit Samples, it sees it fine in that namespace. However, it's not found in my SL project even though I have the same exact using statements as in the sample file... I've added references to every single System.Windows.Controls assembly and still no luck, help!!
06-13-2009 7:01 PM |
Nevermind, it ended up being under System.ComponentModel...
andulvar
155 points
102 Posts
07-17-2009 12:49 PM |
I have the same problem, but I cannot find PagedCollectionView under System.ComponentModel. Which assembly did you reference in your application to get PagedCollectionView?
07-17-2009 12:55 PM |
I found it. It is actually in System.Windows.Data.
07-17-2009 1:40 PM |
Yeah they moved it from SL3 beta to SL3 release.
ehcarleton
9 points
44 Posts
11-06-2009 8:55 PM |
I cannot find anything on PagedCollectionView anywhere, I can even find anything in the help or on MSDN on it, either. Anyone know what happened to it?
11-07-2009 10:56 AM |
One must add the System.Windows.Data assembly.