﻿<?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 - WebGrid Enterprise - Webgrid 7.0 classic paging with isDataSource</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70-classic-paging-with-isDataSource/</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>Webgrid 7.0 classic paging with isDataSource</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70-classic-paging-with-isDataSource/</link><pubDate>Mon, 30 Nov 2009 10:01:12 GMT</pubDate><dc:creator>supporti-track.pmi@pmintl.com</dc:creator><category>WebGrid 7 classing paging ISDataSource</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I solved my problem.&lt;/p&gt;
&lt;p&gt;When we use Classing paging, we have to ensure that we don't return partial rows :&lt;/p&gt;&lt;pre&gt;grid.LayoutSettings.PagingDataRetrievalMode = ClassicPagingRetrievalMode.ReturnPartialRows;&lt;/pre&gt;

&lt;p&gt;Another custom method (initializeGrid) was setting this property to true...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;See you,&lt;/p&gt;
&lt;p&gt;Nicolas&lt;/p&gt;</description></item><item><title>Webgrid 7.0 classic paging with isDataSource</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-70-classic-paging-with-isDataSource/</link><pubDate>Mon, 30 Nov 2009 08:12:38 GMT</pubDate><dc:creator>supporti-track.pmi@pmintl.com</dc:creator><category>WebGrid 7 classing paging ISDataSource</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I'm trying to configure classic paging (default behaviour) but my webgrid does a postback. It takes a long time to display the data and the page isn't changed !&lt;/p&gt;
&lt;p&gt;I always have data of my first page...&lt;/p&gt;
&lt;p&gt;Here is the setting I'm using :&lt;/p&gt;&lt;pre&gt;&amp;lt;cc4:WebGrid ID="grdInputSamples" 
                    DataSourceID="dsInputSamples" runat="server" Height="320px" 
                    UseDefaultStyle="True" Width="100%" DefaultStyleMode="Elegant"
                    OnInitializeRow="grdInputSamples_InitializeRow"
                    OnUpdateRow="grdInputSamples_UpdateRow"
                    OnDeleteRow="grdInputSamples_DeleteRow"&amp;gt;
                    &amp;lt;LayoutSettings AllowColumnMove="Yes"
                                    AllowSorting="Yes" 
                                    PagingMode="ClassicPaging"
                                    AllowFilter="Yes" 
                                    AutoFilterSuggestion="True" 
                                    ShowFilterStatus="True"
                                    AllowEdit="Yes" 
                                    AllowDelete="Yes"&amp;gt;
                        
                    &amp;lt;/LayoutSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;and my datasource (custom object) :&lt;/p&gt;&lt;pre&gt;&amp;lt;ISDataSource:ISDataSource ID="dsInputSamples" runat="server"&amp;gt;
                    &amp;lt;Tables&amp;gt;
                        &amp;lt;ISDataSource:ISDataSourceTable 
                            InsertMethod="Insert"
                            SelectCountMethod="SelectCount"
                            DeleteMethod="Delete"
                            UpdateMethod="Update"
                            SelectMethod="GetData"
                            TableName="InputSamples"
                            TypeName="Pmi.ITrack.Web.InputSampleProvider"&amp;gt;
                        &amp;lt;/ISDataSource:ISDataSourceTable&amp;gt;
                    &amp;lt;/Tables&amp;gt;
                &amp;lt;/ISDataSource:ISDataSource&amp;gt; &lt;/pre&gt;
&lt;p&gt;I tried to set &lt;/p&gt;
&lt;p&gt;PagingLoadMode&lt;/span /&gt;&lt;/span /&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;="Automatic" &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;But it still doesn't work.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;I thank you in advance for your quick help !&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;span style="font-size: 13px; color: #0000ff"&gt;&lt;br /&gt;Nicolas&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>