<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Telerik Paging + Cocktail</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Telerik Paging + Cocktail</description>
  <pubDate>Wed, 10 Jun 2026 05:36:26 -700</pubDate>
  <lastBuildDate>Thu, 22 Aug 2013 10:09:44 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=4226</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Telerik Paging + Cocktail : Hi Mark,  This looks good, am...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16761#16761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 4226<br /><strong>Posted:</strong> 22-Aug-2013 at 10:09am<br /><br />Hi Mark,<br /><br />This looks good, am going to try it out.<br /><br />Greg]]>
   </description>
   <pubDate>Thu, 22 Aug 2013 10:09:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16761#16761</guid>
  </item> 
  <item>
   <title>Telerik Paging + Cocktail : I have an adapter for IPager too.  Maybe...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16606#16606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1485" rel="nofollow">cefernan</a><br /><strong>Subject:</strong> 4226<br /><strong>Posted:</strong> 16-Jul-2013 at 11:39am<br /><br />I have an adapter for IPager too.<div><br></div><div>Maybe can be useful to you.</div><div><br></div><div><a href="uploads/1485/PagedCollecti&#111;nViewAdapter.txt" target="_blank">uploads/1485/PagedCollectionViewAdapter.txt</a><br></div><div><br></div><div><span style="line-height: 1.4;">Regards.</span></div>]]>
   </description>
   <pubDate>Tue, 16 Jul 2013 11:39:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16606#16606</guid>
  </item> 
  <item>
   <title>Telerik Paging + Cocktail : Great, hope you find it useful....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16604#16604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 4226<br /><strong>Posted:</strong> 16-Jul-2013 at 6:09am<br /><br />Great, hope you find it useful. I've made some further changes to allow changing the pager on the collection. I'd like to look at supporting the telerik filtering / sorting but I haven't really looked at what's involved in that yet.<br>]]>
   </description>
   <pubDate>Tue, 16 Jul 2013 06:09:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16604#16604</guid>
  </item> 
  <item>
   <title>Telerik Paging + Cocktail : Hi Mark,thanks for Sharing......</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16603#16603</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1600" rel="nofollow">cypher</a><br /><strong>Subject:</strong> 4226<br /><strong>Posted:</strong> 16-Jul-2013 at 1:20am<br /><br />Hi Mark,<div><br></div><div>thanks for Sharing... i will start to implement paging in near future.. this is a good startingpoint.&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 16 Jul 2013 01:20:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16603#16603</guid>
  </item> 
  <item>
   <title>Telerik Paging + Cocktail : If anyone is interested in paging...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16602#16602</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 4226<br /><strong>Posted:</strong> 15-Jul-2013 at 6:39pm<br /><br />If anyone is interested in paging with the RadDataPager and Cocktail, here is something I threw together for a project:<br><br><a href="uploads/449/PagedItemsCollecti&#111;n.txt" target="_blank">uploads/449/PagedItemsCollection.txt</a><br><br>This is an example of how I used it:<br><br><table width="99%"><tr><td class="BBquote"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _pager = _unitOfWork.Products.Pager(new SortSelector(typeof(Product), Product.EntityPropertyNames.UPC), 100);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Products = new PagedItemsCollection&lt;Product&gt;(_pager);<br></td></tr></table><br><br>Products is defined on my repository as a IPagerRepository&lt;Product&gt;<br><br>In order to return the true item count / page count, it needs to be initialized using the Initialize() method on the collection. This gets the last page, and then goes to the first page in order to populate the required fields. <br><br>In your xaml you can simply do something like:<br><br><table width="99%"><tr><td class="BBquote"><br>&lt;telerik:RadDataPager Source="{Binding Products}"/&gt;<br></td></tr></table><br><br>Hope this helps someone!<br><br>]]>
   </description>
   <pubDate>Mon, 15 Jul 2013 18:39:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=4226&amp;PID=16602#16602</guid>
  </item> 
 </channel>
</rss>