Is it actually possible to place a DataPager inside the popup of a combobox and page its items? If yes, whats the best way to do that?
1 Answer, 1 is accepted
0
Rossen Hristov
Telerik team
answered on 21 Mar 2012, 09:07 AM
Hello,
RadDataPager can page anything that correctly implements the IPagedCollectionView interface as described in this blog post. The default implementation of this interface that Microsoft provide is called PagedCollectionView.
In fact, Telerik RadDataPager is fully equivalent to the stock toolkit MS DataPager, so everything that you can do with the stock pager -- you can do with RadDataPager as well.
Placing Silverlight controls in other Silverlight controls goes beyond the scope of Telerik support.
Kind regards,
Ross
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>