DateTime not saying in NewValue in BatchUpdate

1 reply. Last post: January 30, 2011 10:37 PM by Gordon Tumewu
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
T LusbyMember

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.

 

<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">
                                </ISWebGrid:WebGridColumn>

 

All times are GMT -5. The time now is 4:29 AM.
Previous Next