Skip to main content

Microsoft Silverlight

Answered Question Where is PagedCollectionView???RSS Feed

(0)

justintoth
justintoth

Member

Member

161 points

106 Posts

Where is PagedCollectionView???

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!!

justintoth
justintoth

Member

Member

161 points

106 Posts

Answered Question

Re: Where is PagedCollectionView???

Nevermind, it ended up being under System.ComponentModel...

andulvar
andulvar

Member

Member

155 points

102 Posts

Re: Where is PagedCollectionView???

I have the same problem, but I cannot find PagedCollectionView under System.ComponentModel.  Which assembly did you reference in your application to get PagedCollectionView?

 

andulvar
andulvar

Member

Member

155 points

102 Posts

Re: Re: Where is PagedCollectionView???

I found it.  It is actually in System.Windows.Data.

 

justintoth
justintoth

Member

Member

161 points

106 Posts

Re: Re: Where is PagedCollectionView???

Yeah they moved it from SL3 beta to SL3 release.

ehcarleton
ehcarleton

Member

Member

9 points

44 Posts

Re: Re: Where is PagedCollectionView???

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?

ehcarleton
ehcarleton

Member

Member

9 points

44 Posts

Re: Re: Where is PagedCollectionView???

One must add the System.Windows.Data assembly.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities