﻿<?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 - Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</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>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Wed, 03 Nov 2010 23:19:33 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;I have tested your sample and seems like theres no problem with it. I also have tested some sample of mine based on your scenario.&lt;/p&gt;
&lt;p&gt;Please add my sample inside the WebGridSamples project. Replace the WebServices under the App_Code with mine then please try my sample since you need to use the connection to the webservices there.&lt;/p&gt;
&lt;p&gt;Let me know if it works or not, everything was fine on my side.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Niven.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Tue, 02 Nov 2010 22:44:00 GMT</pubDate><dc:creator>dmcgoff</dc:creator><description>&lt;p&gt;Hi Niven,&lt;/p&gt;
&lt;p&gt;This does not work for me.  I am still getting the same error:  Message":"$0.09 is not a valid value for Decimal...&lt;/p&gt;
&lt;p&gt;Here is my grid:&lt;/p&gt;&lt;pre&gt;                            &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" Height="400px" UseDefaultStyle="True"
        Width="100$ispct;" DefaultStyleMode="Win7" ViewStateStorage="None" StateRestorationLevel="Low"
        BindingOperationMode="ClientBinding"&amp;gt;
        &amp;lt;LayoutSettings  AllowColumnMove="Yes" AllowMultipleSelection="Yes" AllowDelete="Yes" AllowSelectColumns="Yes" AllowColumnFreezing="Yes" 
            AllowEdit="Yes" AllowGrouping="Yes" AllowSorting="Yes" PagingLoadMode="Custom"
            PagingMode="VirtualLoad" VirtualPageSize="20" PagingSize="15" PagingDataRetrievalMode="ReturnPartialRows"
            AllowBatchUpdate="false" RowHeightDefault="30" PagingStyleUI="Slider"
            MarkDefaultValuesAsDirty="false" VerboseEditingInformation="true" NewRowLostFocusAction="AlwaysUpdate"
            FocusNewRowOnLastCell="true" AutoFilterSuggestion="true" ShowFilterStatus="true"
            VirtualLoadMode="LargeData" HideColumnsWhenGrouped="No" GroupRowInfoFormatDefault="[caption]: [value] ([count])"
            AllowDefaultStyleMerging="true" GroupByBoxVisible="true" Culture="en-US"&amp;gt;
            &amp;lt;FreezePaneSettings ActiveFrozenColumns="5" MaxFrozenColumns="6" /&amp;gt;
            &amp;lt;ClientSideEvents OnAfterExitEditMode="WebGridAfterExitEdit" OnColumnContextMenu="OnColumnContextMenu" OnRowContextMenu="OnRowContextMenu"
                onrowvalidate="WebGrid1_OnRowValidate" OnEditKeyDown="WebGrid1_OnEditKeyDown"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;
            &amp;lt;HeaderStyle Height="35px" Wrap="False" /&amp;gt;
            &amp;lt;ImageSettings ExpandImage="GroupPlus11.gif" CollapseImage="GroupMinus11.gif" /&amp;gt;
            &amp;lt;GroupRowInfoStyle ForeColor="Black" Height="22px"&amp;gt;
            &amp;lt;/GroupRowInfoStyle&amp;gt;
            &amp;lt;TextSettings Language="UseCulture"&amp;gt;&amp;lt;/TextSettings&amp;gt;
        &amp;lt;/LayoutSettings&amp;gt;
        &amp;lt;RootTable DataKeyField="PricingDrugCurrentTherapyDosingID" Caption="Dosings" GroupTotalVisible="true"&amp;gt;
            &amp;lt;Columns&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Country" EditType="NoEdit" Caption="Country" Name="Country" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricingDrug" EditType="NoEdit" Caption="Pricing Drug" Name="PricingDrug" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Strength" EditType="NoEdit" Caption="Strength" Name="Strength" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Package" EditType="NoEdit" Caption="Package" Name="Package" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="UnitDescriptor" EditType="NoEdit" Caption="Unit Descriptor" Name="UnitDescriptor" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="ATC4" EditType="NoEdit" Caption="ATC4" Name="ATC4" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="CombinedMolecule" EditType="NoEdit" Caption="Combined Molecule" Name="CombinedMolecule" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="BrandGeneric" EditType="NoEdit" Caption="BrandGeneric" Name="BrandGeneric" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Company" EditType="NoEdit" Caption="Company" Name="Company" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Product" EditType="NoEdit" Caption="Product" Name="Product" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="LaunchDate" EditType="NoEdit" Caption="Launch Date" Name="LaunchDate" DataType="System.DateTime" AllowGrouping="No" DataFormatString="MM/dd/yyyy" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Form1" EditType="NoEdit" Caption="Form1" Name="Form1" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Form3" EditType="NoEdit" Caption="Form3" Name="Form3" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="ExManSales" EditType="NoEdit" Caption="ExManSales" Name="ExManSales" DataType="decimal" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="UnitSales" EditType="NoEdit" Caption="Unit Sold" Name="UnitSales" DataType="decimal" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="UnitType" EditType="NoEdit" Caption="UnitType" Name="UnitType" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="AutoWeight" EditType="NoEdit" Caption="Auto-Weights" Name="AutoWeight" DataType="decimal" AllowGrouping="No" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="MyWeight" Caption="MyWeight" Name="MyWeight" DataType="decimal" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="DoseUnitsPerReportedPrice" Caption="DoseUnitsPerReportedPrice" Name="DoseUnitsPerReportedPrice" DataType="decimal" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="DoseUnitsPerAdminDay" Caption="DoseUnitsPerAdminDay" Name="DoseUnitsPerAdminDay" DataType="decimal"/&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="MgPerDoseUnit" Caption="MgPerDoseUnit" Name="MgPerDoseUnit" DataType="decimal"/&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="MgPerAdminDay" Caption="MgPerAdminDay" Name="MgPerAdminDay" DataType="decimal" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="DaysDurationOfDose" Caption="DaysDurationOfDose" Name="DaysDurationOfDose" DataType="decimal" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricePerUnit" EditType="NoEdit" Caption="PricePerUnit" Name="PricePerUnit" DataType="decimal" AllowGrouping="No" DataFormatString="$0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricePerDoseUnit" EditType="NoEdit" Caption="PricePerDoseUnit" Name="PricePerDoseUnit" DataType="decimal" AllowGrouping="No" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricePerAdminDay" EditType="NoEdit" Caption="PricePerAdmin" Name="PricePerAdminDay" DataType="decimal" AllowGrouping="No" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricePerTreatedDays" EditType="NoEdit" Caption="PricePerTreatedDays" Name="PricePerTreatedDays" DataType="decimal" AllowGrouping="No" DataFormatString="0.00" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="Comments" Name="Comments" Caption="Comments" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricingDrugCurrentTherapyDosingID" Name="PricingDrugCurrentTherapyDosingID" Visible="False" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="IMSDrugID" Name="IMSDrugID" Visible="False" /&amp;gt;
                &amp;lt;ISWebGrid:WebGridColumn DataMember="PricingDrugForecastCountryID" Name="PricingDrugForecastCountryID" Visible="False" /&amp;gt;
            &amp;lt;/Columns&amp;gt;

             &amp;lt;GroupedColumns&amp;gt;
                &amp;lt;ISWebGrid:WebGridGroup ColumnMember="Country" SortOrder="Ascending" /&amp;gt;
            &amp;lt;/GroupedColumns&amp;gt;
        &amp;lt;/RootTable&amp;gt;
        &amp;lt;ClientBindingSettings DataLoadMode="PagedData" DataSourceType="WebService" PreloadGroupTotals="true"
            ItemTypeName="PricingDrugDosing" ServiceUrl="WS_PriceForecasterServices.asmx" EnableGroupRowPaging="true" GroupRowPageSize="20"&amp;gt;
            &amp;lt;ServiceEvents  Selecting="GetCustomers_Selecting"  /&amp;gt;
            &amp;lt;ServiceMethods DeleteMethod="deleteGridCurrentTherapyDosingByVersion" SelectMethod="getPagedCurrentTherapyDosingByVersion" UpdateMethod="updateGridCurrentTherapyDosingByVersion" /&amp;gt;

        &amp;lt;/ClientBindingSettings&amp;gt;
    &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Tue, 02 Nov 2010 00:17:15 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;Set the WebGrid's &lt;strong&gt;Culture&lt;/strong&gt; property to &lt;strong&gt;en-US&lt;/strong&gt; and &lt;strong&gt;Language&lt;/strong&gt; property to &lt;strong&gt;UseCulture&lt;/strong&gt; under &lt;strong&gt;TextSettings&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Below is the snippet code:&lt;/p&gt;&lt;pre&gt;&amp;lt;LayoutSettings AllowAddNew="Yes" AllowDelete="Yes" AllowEdit="Yes" 
	Culture="en-US"&amp;gt;
	&amp;lt;TextSettings Language="UseCulture"&amp;gt;
	&amp;lt;/TextSettings&amp;gt;
&amp;lt;/LayoutSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Niven.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;EDIT: I have attached my simple sample code.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Mon, 01 Nov 2010 11:32:07 GMT</pubDate><dc:creator>dmcgoff</dc:creator><description>&lt;p&gt;Hi Niven,&lt;/p&gt;
&lt;p&gt;I updated the culture setting for my grid:  &lt;/p&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;Culture&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="en-US"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;I then added the currency dataformat to one field:&lt;br /&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&amp;lt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;ISWebGrid&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #800000; font-size: 13px"&gt;WebGridColumn&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;DataMember&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="ExManSales"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;EditType&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="NoEdit"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;Caption&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="ExManSales"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;Name&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="ExManSales"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;DataType&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="decimal"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #ff0000; font-size: 13px"&gt;DataFormatString&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;="c"&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;I am still getting the error:  Message":"$293,503.00 is not a valid value for ...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Mon, 01 Nov 2010 09:54:01 GMT</pubDate><dc:creator>dmcgoff</dc:creator><description>&lt;p&gt;Hi Niven,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;What is the Grid's "culture"?  Can you provide an example?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Dave&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Thu, 28 Oct 2010 16:24:56 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;&lt;p&gt;I just heard a news regarding this issue.&lt;/p&gt;
&lt;p&gt;Actually this is not a bug.&lt;/p&gt;
&lt;p&gt;You need to set the Grid's culture to match the data format string. Otherwise, the .NET framework doesn't understand which format that submitted to it.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Niven.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Tue, 26 Oct 2010 04:21:36 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;Yes, I'm can't give you any time frame but it should be this week. Please be patiance I will give you any news when there is an update for this issue.&lt;/p&gt;
&lt;p&gt;Thank you and have a nice day.&lt;/p&gt;
&lt;p&gt;Niven.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Mon, 25 Oct 2010 22:04:01 GMT</pubDate><dc:creator>dmcgoff</dc:creator><description>&lt;p&gt;Hi Niven,&lt;/p&gt;
&lt;p&gt;When will that be, this week?&lt;/p&gt;
&lt;p&gt;Is this a bug?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Dave&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Mon, 25 Oct 2010 04:02:02 GMT</pubDate><dc:creator>niven</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;I have talked with the developer team, they said all issues will be fix when we are done with the release of support site, we have been busy with the preparation of the releasing support site and documentation for ClientUI 2010.&lt;/p&gt;
&lt;p&gt;Thank you for your understanding.&lt;/p&gt;
&lt;p&gt;Niven.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Thu, 21 Oct 2010 11:23:11 GMT</pubDate><dc:creator>dmcgoff</dc:creator><description>&lt;p&gt;The error that I see is: " {"Message":"$59.96 is not a valid value for Decimal..."&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Because the "$" is being sent over to the server.  That formatting needs to be removed before sending the data to the server.&lt;/p&gt;</description></item><item><title>Error while updating when setting DataFormatString</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Error-while-updating-when-setting-DataFormatString/</link><pubDate>Wed, 15 Sep 2010 08:43:10 GMT</pubDate><dc:creator>mario.tertschnig</dc:creator><description>&lt;p&gt;I have a column in my webgrid of DataType System.DateTime and DataFormatString set to "dd.MM.yyyy". So far so good.&lt;/p&gt;
&lt;p&gt;But if I change the value in a cell of that column and the row gets updated (BatchUpdate) I receive an error that the value is not a valid DateTime. (see screenshot)&lt;/p&gt;</description></item></channel></rss>