﻿<?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 - SynchronizeRows failed! on Webservice client binding</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SynchronizeRows-failed-on-Webservice-client-binding/</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>SynchronizeRows failed! on Webservice client binding</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SynchronizeRows-failed-on-Webservice-client-binding/</link><pubDate>Mon, 01 Aug 2011 02:53:34 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Paul,&lt;br /&gt;&lt;br /&gt;Unfortunately I was unable to replicate your issue. I'm using WebGrid nightly build version 431. Would you please let me know your email address at riendy@intersoftpt.com? I will send you the nightly build.&lt;br /&gt;To trace your project, I need to know the methods inside webServices.cs, setting.asmx, and Grid's code.&lt;/p&gt;&lt;p&gt;Is it possible for you to give me a simple runable which reproduce this issue ? &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>SynchronizeRows failed! on Webservice client binding</title><link>http://www.intersoftsolutions.com/Community/WebGrid/SynchronizeRows-failed-on-Webservice-client-binding/</link><pubDate>Fri, 29 Jul 2011 12:28:59 GMT</pubDate><dc:creator>pfletcher</dc:creator><description>Hi, I'm getting a problem with the client webservice binding from the WebGrid. I get the error message "SynchronizeRows failed!" (see attached image) in a javascript file called "707200430 [Dynamic]". I'm using webgrid 7.0.7200.430 build. Here is my grid. The webservice code is returning a WebGridDataProvider&lt;t /&gt; object. I can get the sample working but not this one, any idea what I'm doing wrong? Thanks Paul &lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="300px" UseDefaultStyle="True"
        Width="817px" DefaultStyleMode="Elegant" BindingOperationMode="ClientBinding"
        ViewStateStorage="None" StateRestorationLevel="Low"&amp;gt;
        &amp;lt;LayoutSettings AllowColumnMove="Yes" AllowFilter="Yes" AllowGrouping="Yes" AllowSorting="Yes"
            GroupByBoxVisible="True" AutoFilterSuggestion="true" HeaderClickAction="SortMulti"
            InProgressUIBehavior="ChangeCursorToHourGlass" AllowAddNew="Yes" AllowDelete="Yes"
            AllowEdit="Yes" PagingMode="ClassicPaging" AllowDefaultStyleMerging="true"&amp;gt;
            &amp;lt;HeaderStyle Wrap="false" /&amp;gt;
            &amp;lt;ClientSideEvents OnUnhandledError="OnUnhandledError" /&amp;gt;
        &amp;lt;/LayoutSettings&amp;gt;
        &amp;lt;RootTable DataKeyField="EmployeeId"&amp;gt;
            &amp;lt;Columns&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn Caption="EmployeeId" DataMember="EmployeeId" Name="EmployeeId"
                    Width="100px"&amp;gt;
                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn Caption="FirstName" DataMember="FirstName" Name="FirstName"
                    Width="100px" AggregateFunction="Count"&amp;gt;
                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            &amp;lt;/Columns&amp;gt;
        &amp;lt;/RootTable&amp;gt;
        &amp;lt;ClientBindingSettings DataSourceType="WebService" ServiceUrl="~/Webservices/settings.asmx" ItemTypeName="Andron.Core.Linq.LinqEmployee"
            DataLoadMode="PagedData" PreloadGroupTotals="True" FetchDataOnPageLoad="False" EnableGroupRowPaging="True"&amp;gt;
            &amp;lt;ServiceMethods SelectMethod="GetPagedEmployees" DeleteMethod="DeleteCustomer" InsertMethod="InsertCustomer"
                UpdateMethod="UpdateCustomer" /&amp;gt;
            &amp;lt;ServiceEvents Selecting="Service_Selecting" Selected="Service_Selected" Inserting="Service_Inserting"
                Inserted="Service_Inserted" Deleting="Service_Deleting" Deleted="Service_Deleted"
                Updating="Service_Updating" Updated="Service_Updated" /&amp;gt;
        &amp;lt;/ClientBindingSettings&amp;gt;
    &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;</description></item></channel></rss>