﻿<?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 - Web Grid Column as Date and Time both</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Web-Grid-Column-as-Date-and-Time-both/</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>Web Grid Column as Date and Time both</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Web-Grid-Column-as-Date-and-Time-both/</link><pubDate>Wed, 23 Sep 2015 08:29:22 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><category>Web grid date and time column</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for contacting us through our chat service.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;ASPNET-186 has been submitted to WebGrid development team as feature request, to have WebGrid's built-in editor with date and time selection. The team will check the feasibility to implement this feature in the next build of WebGrid. I'll keep this updated with any news I heard from the team regarding ASPNET-186.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Web Grid Column as Date and Time both</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Web-Grid-Column-as-Date-and-Time-both/</link><pubDate>Tue, 22 Sep 2015 09:07:34 GMT</pubDate><dc:creator>ravinder</dc:creator><category>Web grid date and time column</category><description>&lt;p&gt;Thanks Yudi. We really appreciate your response on this.&lt;/p&gt;&lt;p&gt;I have put the abvoe implementation in my code. Now, I can see the calender control on click of my grid column cell. However, I am only getting dates selection. I do not get the Time selection in the control.&lt;/p&gt;&lt;p&gt;Please let me know which other properties I would need to set in order to select 'Time' also.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Ravinder&lt;/p&gt;</description></item><item><title>Web Grid Column as Date and Time both</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Web-Grid-Column-as-Date-and-Time-both/</link><pubDate>Tue, 22 Sep 2015 08:15:04 GMT</pubDate><dc:creator>yudi@intersoftpt.com</dc:creator><category>Web grid date and time column</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can try to integrate WebInput control as WebGrid custom editor control. By using WebInput as the custom editor, we can create a column in WebGrid with date and time editor.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This sample: IntegrationwithWebInput.NET.aspx (the live version can be accessed from &lt;a href="http://live.intersoftsolutions.com/cs/WebGrid/IntegrationwithWebInput.NET.aspx?noframe=1" target="_blank"&gt;here&lt;/a&gt;) shows how to integrate Intersoft's WebInput.NET as EditType of a WebGridColumn.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I modified the sample so that the WebInput editor for for "OrderDate" column looks like below:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInput1" runat="server"&amp;gt;
    &amp;lt;HighLight IsEnabled="True" Type="Phrase" /&amp;gt;
    &amp;lt;CultureInfo CultureName="en-US"&amp;gt;
    &amp;lt;/CultureInfo&amp;gt;
    &amp;lt;EditFormat Format="MM/dd/yyyy HH:mm" IsEnabled="True"&amp;gt;
        &amp;lt;MaskInfo MaskExpression="00/00/0000 00:00"&amp;gt;
        &amp;lt;/MaskInfo&amp;gt;
        &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
        &amp;lt;/ErrorWindowInfo&amp;gt;
    &amp;lt;/EditFormat&amp;gt;
    &amp;lt;DateTimeEditor IsEnabled="True"&amp;gt;
    &amp;lt;/DateTimeEditor&amp;gt;
    &amp;lt;DisplayFormat Format="MM/dd/yyyy HH:mm" IsEnabled="True"&amp;gt;
        &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
        &amp;lt;/ErrorWindowInfo&amp;gt;
    &amp;lt;/DisplayFormat&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;After apply and save the changes, now I can display and edit the "OrderDate" column with following format string: MM/dd/yyyy HH:mm.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Web Grid Column as Date and Time both</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Web-Grid-Column-as-Date-and-Time-both/</link><pubDate>Mon, 21 Sep 2015 11:26:29 GMT</pubDate><dc:creator>ravinder</dc:creator><category>Web grid date and time column</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Can anyone please let me know how we can create a Column in the web grid which can have date and time selection.&lt;/p&gt;&lt;p&gt;I have a column of DateTime type and I set the&amp;nbsp;&lt;/p&gt;&lt;p&gt;MyColumn.EditType = EditType.CalendarCombo;&lt;/p&gt;&lt;p&gt;MyColumn.DataFormatString = "MM/dd/yyyy HH:MM";&lt;/p&gt;&lt;p&gt;however this does not give the Time selection option.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please anyone can suggest how to achive this simple problem.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Ravinder&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>