﻿<?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 - DateTime not saying in NewValue in BatchUpdate </title><link>http://www.intersoftsolutions.com/Community/WebGrid/DateTime-not-saying-in-NewValue-in-BatchUpdate/</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>DateTime not saying in NewValue in BatchUpdate </title><link>http://www.intersoftsolutions.com/Community/WebGrid/DateTime-not-saying-in-NewValue-in-BatchUpdate/</link><pubDate>Sun, 30 Jan 2011 22:37:55 GMT</pubDate><dc:creator>gordont</dc:creator><description>&lt;p&gt;Hi Tenika,&lt;/p&gt;
&lt;p&gt;I am trying to replicate your issue using northwind database and Orders table. From the code snippet that you gave, I see that the EditType is NoEdit, if you set the EditType to NoEdit, then could you inform me how do you edit the cell? is it using form or control outside the grid?&lt;/p&gt;
&lt;p&gt;I also has test by changing the EditType to CalendarCombo, but in my end the NexText and NewValue has the same value which is has the timestamp saved as well, I check it in OnAddPendingChanges client-side event of WebGrid. Do you have another settings that could cause the issue?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>DateTime not saying in NewValue in BatchUpdate </title><link>http://www.intersoftsolutions.com/Community/WebGrid/DateTime-not-saying-in-NewValue-in-BatchUpdate/</link><pubDate>Fri, 28 Jan 2011 12:46:53 GMT</pubDate><dc:creator>tlusby</dc:creator><description>&lt;p&gt;I have a column on my grid with CalendarCombo.  When the user selects a date, I want the timestamp to be saved as well.  I notice the BatchUpdate: NewText has the date and time (1/28/2011 11:40AM" but the NewValue has "1/28/2011".  I was expecting to see the same value for both NewValue and NewText.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGridColumn Name="Date1" DataMember="Date1" 
                                    Caption="Date Paid or Accrued"  EditType="NoEdit" Width="125px" FilterEditType="CalendarCombo"
                                    EditInfoText="Enter Date" DataFormatString="MM/dd/yyyy hh:mm tt" DataType="System.DateTime"&amp;gt;
                                &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/pre&gt;

&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>