<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Setting Default Dates</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Setting Default Dates]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 24 May 2026 17:53:22 +0000</pubDate>
  <lastBuildDate>Sat, 08 Mar 2008 09:09:31 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=9708</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Setting Default Dates : Hi,  When you select a propertygrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9708&amp;PID=32039&amp;title=setting-default-dates#32039</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 9708<br /><strong>Posted:</strong> 08 March 2008 at 9:09am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>When you select a propertygrid item the calendar <strong><U>does</U></strong> select the date value of the propertygrid item. I don't know why your calendar shows today's value?! Mine does, strange...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Then in the RequestEdit event you could set the end date as the begin date. (This could be a property setting for the user)</DIV><DIV>&nbsp;</DIV><DIV>Private Sub wndPropertyGrid_RequestEdit(ByVal Item As XtremePropertyGrid.IPropertyGridItem, Cancel As Boolean)<BR>&nbsp;&nbsp;&nbsp; Select Case Item.Id<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Case ID_ENDDATE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim propItemDate As PropertyGridItemDate<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set propItemDate = wndPropertyGrid.FindItem(ID_BEGINDATE)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndPropertyGrid.Selected.Value = propItemDate<BR>&nbsp;&nbsp;&nbsp; End Select<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 09:09:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9708&amp;PID=32039&amp;title=setting-default-dates#32039</guid>
  </item> 
  <item>
   <title><![CDATA[Setting Default Dates : Hi I was wondering if anyone has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9708&amp;PID=31617&amp;title=setting-default-dates#31617</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 9708<br /><strong>Posted:</strong> 26 February 2008 at 10:45am<br /><br />Hi I was wondering if anyone has been able to do this:<br><br><br>By default, the Property Grid item is blank (without a date) when clicked to show the calendar with Today's Date. In numerous locations we have property grids that contain a "start date" date item, and "end date" date item. <br><br>A client asked if it's possible when entering a start date and an end date in the property grid that the dt picker calendars will not default to today but to the same month/year the user has first selected.<br><br>Example: Start Date 11/1/2009, after picking that date the user would then click on the End Date to select 11/3/2009,the calendar will show today, then the user will have to change the year and month to match the start date.<br><br>Thanks<br><br>]]>
   </description>
   <pubDate>Tue, 26 Feb 2008 10:45:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9708&amp;PID=31617&amp;title=setting-default-dates#31617</guid>
  </item> 
 </channel>
</rss>