﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Mon, 08 Nov 2010 05:44:39 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I have retested the sample using the scenario you mention. Unfortunately, I alsoencounter the same issue. I have submitted a new bug report for the issue. I will update this thread if I have a new information regarding this issue. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Fri, 05 Nov 2010 08:24:59 GMT</pubDate><dc:creator>goganf</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I'm a colleague of Dermot who raised this bug.&lt;/p&gt;
&lt;p&gt;I have installed SP1 and this problem has been resolved. However we have come up with another problem. If you try and sort  by a column the grid freezes with "Loading Data" in status bar. Does your grid support sorting if paging is done in ViewModel? If not is there a workaround?&lt;/p&gt;
&lt;p&gt;You should be able to reproduce the issue in the sample project we previously provided you with. We deleted the line &lt;em&gt;DataLoadingMode="PagedData" EnablePaging="Yes" PageSize="10"&lt;/em&gt;  as you said to do&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Mon, 11 Oct 2010 00:18:31 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;Thank you for the simple project, I have uscessfully replicated the sample on my environment. After discussing the issue with the developer, he has concluded that the issue is caused by a bug. A bug report has been submitted and a fix is scheduled in the next build of DataPresenter.&lt;/p&gt;&lt;p&gt;FYI, the property &lt;em&gt;DataLoadingMode="PagedData" EnablePaging="Yes" PageSize="10"&lt;/em&gt; will caused the GridPresenter to use its internal paging mechanism, since your paging function is done in the ViewModel you will not need to set the property in the GridPresenter.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Fri, 08 Oct 2010 12:10:08 GMT</pubDate><dc:creator>Motser</dc:creator><description>&lt;p&gt;Hi Glenn&lt;/p&gt;
&lt;p&gt;Sorry for the delay in getting back to you. I've done up a sample project. It works off a table called TestPaging. I've included a sql script called CreateTableScript.sql which will create the table and populate with 40 records. I've 2 grids on the form one a standard grid and the other an Intersoft grid. The standard grid pages correctly whereas the Intersoft one pages but only displays one record on each page.&lt;/p&gt;
&lt;p&gt;Any help would be much appreciated&lt;/p&gt;
&lt;p&gt;D&lt;/p&gt;</description></item><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Mon, 27 Sep 2010 23:44:48 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In the current released version, our presenter has only partial support for MVVM pattern. Do you mind providing us with a simple sample of the paging you are using? If the sample contains proprietary information, you could send the sample to technical@intersoftpt.com with reference to this thread.&lt;/p&gt;&lt;p&gt;Ufortunately, I do not have any fixed date for the new support site, however it will be online soon.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>MVVM Grid Presenter Paging</title><link>http://www.intersoftsolutions.com/Community/ClientUI/MVVM-Grid-Presenter-Paging/</link><pubDate>Mon, 27 Sep 2010 08:00:11 GMT</pubDate><dc:creator>Motser</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have implemented paging with the MVVM patern. This is done by implementing IPagedCollectionView. When I connect this ViewModels collection, the paging works to a point. I have a page size of 20, with a total of 940 records returned. This give me 47 pages. This is correct. The problem is, on each page only 1 record is shown. When I press next page, record 21 is only record shown and so on. When I connect my model up to a regular datagrid, all 20 records show. When I press next record 21 to 40 show. This is the correct functionality. Is there a setting on the GridPresenter I must set to show more that one record at a time.&lt;/p&gt;
&lt;p&gt;Also when with the support site be up and running again?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dermot&lt;/p&gt;</description></item></channel></rss>