<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>RJS PopCalendar</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Project/ProjectRss.aspx</link><description>RJS.PopCalendar   Show a Popup Calendar   Use the Culture for support the calendar language &amp;#40;Cultures not Supported&amp;#58; ar-SA, th-TH, div-MV&amp;#41;   Support Right-to-Left for next cultures&amp;#58; Arabic, Farsi, Urdu, ...</description><item><title>NEW POST: Using client date</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=2281</link><description>&lt;div class="wikidoc"&gt;
Hi&lt;br /&gt; &lt;br /&gt;We use RJS popCalendar in our web site. &lt;br /&gt;Our problem is that user who work in different time zone than the server time zone see on the calendar control the server date as Today.&lt;br /&gt;For each user, we hold in the server his local date. Is is possible to set the client date as Today so he will see his right date instead of the server date?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Guy&lt;br /&gt;
&lt;/div&gt;</description><author>guy_g</author><pubDate>Tue, 15 Sep 2009 09:04:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Using client date 20090915A</guid></item><item><title>CREATED RELEASE: RJS PopCalendar R.8 (Sep 07, 2009)</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Release/ProjectReleases.aspx?ReleaseId=3195</link><description>Framework 1.1 &amp;#40;Library and PopCalendar&amp;#41;&lt;br /&gt;RJS.PopCalendar 6.6 &amp;#40;3.3.5&amp;#41;&amp;#40;2.6.2&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 2.0 &amp;#40;Library2005 and PopCalendar2005&amp;#41;&lt;br /&gt;RJS.PopCalendar 10.2 &amp;#40;8.1.6&amp;#41;&amp;#40;8.1.4&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 2.0 And ASPNET.AJAX &amp;#40;Library2005AjaxNet and PopCalendar2005AjaxNet&amp;#41;&lt;br /&gt;RJS.PopCalendar.Ajax.Net 1.4 &amp;#40;1.0.6&amp;#41;&amp;#40;1.0.1&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 3.5 &amp;#40;Library2008 and PopCalendar2008&amp;#41;&lt;br /&gt;RJS.PopCalendar.2008 8.1 &amp;#40;1.0.6&amp;#41;&amp;#40;1.0.1&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#42;This version fix incorrect position for Internet Explorer 8&amp;#42;&lt;br /&gt;</description><author></author><pubDate>Tue, 08 Sep 2009 03:42:40 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: RJS PopCalendar R.8 (Sep 07, 2009) 20090908A</guid></item><item><title>NEW POST: Autopostback and Page.IsPostBack?</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=2107</link><description>&lt;div class="wikidoc"&gt;
Thanks for the help, I removed the validation (ScriptsValidators=&amp;quot;No Validate&amp;quot;), then I put the autopostback in false (AutoPostBack=&amp;quot;False&amp;quot; ) and it worked for me. I never have found the solution by myself.&lt;br /&gt;
&lt;/div&gt;</description><author>Spainana</author><pubDate>Mon, 17 Aug 2009 19:47:14 GMT</pubDate><guid isPermaLink="false">NEW POST: Autopostback and Page.IsPostBack? 20090817P</guid></item><item><title>NEW POST: Autopostback and Page.IsPostBack?</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=2107</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;I've done some more troubleshooting on a very stripped down page that has an update panel and only 1 view of a multiview. &lt;br /&gt; &lt;br /&gt;The controls on the multiview are a label (just so I can set something if it's a postback or not), 2 calendar controls (from date, to date) with their &lt;br /&gt; &lt;br /&gt;respective textboxes, and also a PopCalendarMessageContainer.&lt;br /&gt;The text boxes are set to autopost and validation is false.&lt;br /&gt; &lt;br /&gt;There is validation on the calendar control (valid date, not a weekend date, date2 cannot be more than 7 days greater than date1), and when a date is &lt;br /&gt; &lt;br /&gt;selected in calendar1, the textbox for calendar2 is reset to the date in calendar1 via the SelectionChanged event.&lt;br /&gt;All of the above gets recognized as postback. HOWEVER, if I manually enter a date in textbox1 (valid or no) and hit the tab key, then for some reason it &lt;br /&gt; &lt;br /&gt;looks like page_load gets triggered TWICE - once as a new page (which resets the controls) and once as a postback, after which the SelectionChanged event &lt;br /&gt; &lt;br /&gt;is fired. And I think I found the reason - can someone please confirm if what I have below makes sense?&lt;br /&gt; &lt;br /&gt;I had set the ScriptsValidators property to &amp;quot;server only&amp;quot; - apparently that interferes and cause the problem as described above. So my fix is to take out that property totally (leave it blank) and instead in the SelectionChanged event run me.validate(&amp;quot;ValidationGroupName&amp;quot;), test if it is valid and only then continue on with the rest of the code.  This eliminates the duplication of the page_load, and everything processes properly as postbacks.&lt;br /&gt; &lt;br /&gt;Hope this helps someone out there - I've been spending DAYS on this...&lt;br /&gt;
&lt;/div&gt;</description><author>cbspira</author><pubDate>Thu, 06 Aug 2009 02:34:55 GMT</pubDate><guid isPermaLink="false">NEW POST: Autopostback and Page.IsPostBack? 20090806A</guid></item><item><title>NEW POST: Google Chrome and rjs popcalendar?</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=2113</link><description>&lt;div class="wikidoc"&gt;
I have the rjs popcalendar control in a multiview control within an update panel. In testing (VWD Express 2008) and other browsers (latest FF, IE8, IE7) the control works - I click the calendar icon and the calendar displays. In my dev environment, the same thing occurs with Google Chrome - click the icon, calendar displays, and selections are recorded in the text box. In production (mydaddy.com IIS 7 server), however, clicking the calendar icon in Google Chrome just results in triggering &amp;quot;please wait&amp;quot; that never finishes processing. The same problem does not exist in production with the other browsers mentioned.&lt;br /&gt; &lt;br /&gt;Any suggestions?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;cbspira&lt;br /&gt;
&lt;/div&gt;</description><author>cbspira</author><pubDate>Tue, 04 Aug 2009 15:02:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Google Chrome and rjs popcalendar? 20090804P</guid></item><item><title>NEW POST: Autopostback and Page.IsPostBack?</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=2107</link><description>&lt;div class="wikidoc"&gt;
I have the rjs popcalendar control in a multiview control within an update panel. For some reason I cannot figure out, when I set autopostback=true and select a date, the &amp;quot;If Not Page.IsPostBack&amp;quot; test in the page_load event fails, and the rest of the code is executed (and as such, all my variables are reset, etc). When I set autopostback=false this does not happen - but then I've effectively disabled a lot of the features that led me to choose this control in the first place. &lt;br /&gt; &lt;br /&gt;Any suggestions?&lt;br /&gt; &lt;br /&gt;Thanks,&lt;br /&gt;cbspira&lt;br /&gt;
&lt;/div&gt;</description><author>cbspira</author><pubDate>Mon, 03 Aug 2009 04:02:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Autopostback and Page.IsPostBack? 20090803A</guid></item><item><title>NEW POST: Calendar prevents TextChanged event of associated textbox from firing</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=1864</link><description>&lt;div class="wikidoc"&gt;
can you please be more especific, i don&amp;#180;t have to much knowledge and i can see de property autopostback.&lt;br /&gt; &lt;br /&gt;plase i need help&lt;br /&gt;
&lt;/div&gt;</description><author>alexdf</author><pubDate>Fri, 03 Jul 2009 18:00:56 GMT</pubDate><guid isPermaLink="false">NEW POST: Calendar prevents TextChanged event of associated textbox from firing 20090703P</guid></item><item><title>NEW POST: Get PopCalendar Property From javascript</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=1927</link><description>&lt;div class="wikidoc"&gt;
Hi.&lt;br /&gt; &lt;br /&gt;Somebody can tell me how to acces to Property &amp;quot;From&amp;quot;  in javascript?&lt;br /&gt; &lt;br /&gt;Help me pless.&lt;br /&gt; &lt;br /&gt;Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>hialmeyd_tmp</author><pubDate>Fri, 26 Jun 2009 15:49:00 GMT</pubDate><guid isPermaLink="false">NEW POST: Get PopCalendar Property From javascript 20090626P</guid></item><item><title>NEW POST: if RequiredDate="True" show the "*"</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=1887</link><description>&lt;div class="wikidoc"&gt;
if RequiredDate=&amp;quot;True&amp;quot;&lt;br /&gt;show &amp;lt;font color=red&amp;gt;*&amp;lt;/font&amp;gt;&lt;br /&gt; &lt;br /&gt;Sorry,my English is fool.&lt;br /&gt;
&lt;/div&gt;</description><author>howgoo</author><pubDate>Wed, 17 Jun 2009 08:51:25 GMT</pubDate><guid isPermaLink="false">NEW POST: if RequiredDate="True" show the "*" 20090617A</guid></item><item><title>NEW POST: Calendar prevents TextChanged event of associated textbox from firing</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=1864</link><description>&lt;div class="wikidoc"&gt;
Use the &lt;b&gt;&lt;u&gt;Calendar&lt;/u&gt; Properties&lt;/b&gt;:&lt;br /&gt; &lt;br /&gt;Set the property &lt;b&gt;AutoPostBack&lt;/b&gt; to &lt;b&gt;True&lt;/b&gt;&lt;br /&gt;Use the property &lt;b&gt;ClientScriptOnDateChanged&lt;/b&gt; if needed (Event that manage the change in the Client)&lt;br /&gt;Use the event &lt;b&gt;SelectionChanged&lt;/b&gt; if needed (Server)&lt;br /&gt; &lt;br /&gt;The event &lt;b&gt;SelectionChanged&lt;/b&gt; is fire when the &lt;b&gt;textbox is changed&lt;/b&gt; or a &lt;b&gt;date is selected&lt;/b&gt; using the calendar and the &lt;b&gt;AutoPostBack&lt;/b&gt; is &lt;b&gt;True&lt;/b&gt;. &lt;br /&gt; &lt;br /&gt;To stop the postback use the property &lt;b&gt;ClientScriptOnDateChanged&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;View the examples or view the help file to see the use of these properties.&lt;br /&gt; &lt;br /&gt;If occurs an error opening the help file, uncheck the checkbox when open this.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ricaj0625</author><pubDate>Thu, 11 Jun 2009 21:01:48 GMT</pubDate><guid isPermaLink="false">NEW POST: Calendar prevents TextChanged event of associated textbox from firing 20090611P</guid></item><item><title>NEW POST: Calendar prevents TextChanged event of associated textbox from firing</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=1864</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I am trying to use the TextChanged event of some textboxes in my app that each have this calendar control associated with them, but if I alter the text in any of them and then tab out of it the event will not fire. I have tried with AutoPostback for the textbox set to TRUE and to FALSE, but neither setting made any difference.&lt;br /&gt; &lt;br /&gt;As a test I removed the calendar control from one of the textboxes and then the TextChanged event did fire without any problems when I altered the text in the textbox and tabbed out of it, but reinstating the calendar control again resulted in the TextChanged event not firing.&lt;br /&gt; &lt;br /&gt;Has anyone else come across this behaviour, and does anyone have any suggestions as to what the solution might be?&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>robertod2004</author><pubDate>Thu, 11 Jun 2009 13:25:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Calendar prevents TextChanged event of associated textbox from firing 20090611P</guid></item><item><title>COMMENTED ISSUE: Error when used in ModalPopupExtender...</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=7</link><description>I like this control alot and would like to use it, but my current project requires that the calendar control be in a modal popup. When it is clicked on, it throws an &amp;#34;object required&amp;#34; error in the PopCalMoveDefaultsPos&amp;#40;&amp;#41; function of PopCalendarAjaxNet.js. It works fine outside the modal popup. I was just wondering if anyone else has found a solution to this problem. I am using RJS.Web.WebControl.PopCalendar.Net.2008.dll from the most recent .Net 3.5 download.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Comments: Facing the same issue, also in Fire Fox this error doesn&amp;#39;t appear but  the calendar looses its expected position, when placed in a ModalPopupExtender</description><author>ManishSurolia</author><pubDate>Mon, 08 Jun 2009 13:46:28 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Error when used in ModalPopupExtender... 20090608P</guid></item><item><title>CLOSED ISSUE: Smart Positioning</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=8</link><description>If the calender control is placed adjacent to the right edge of the browser, and when the Calendar pops up, horizontal scroll bar appears. So, the control must have the property to automatically reposition itself if the popup goes out of the viewable area.&lt;br /&gt;</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:13:49 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Smart Positioning 20090605P</guid></item><item><title>EDITED ISSUE: Smart Positioning</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=8</link><description>If the calender control is placed adjacent to the right edge of the browser, and when the Calendar pops up, horizontal scroll bar appears. So, the control must have the property to automatically reposition itself if the popup goes out of the viewable area.&lt;br /&gt;</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:13:28 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Smart Positioning 20090605P</guid></item><item><title>COMMENTED ISSUE: Smart Positioning</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=8</link><description>If the calender control is placed adjacent to the right edge of the browser, and when the Calendar pops up, horizontal scroll bar appears. So, the control must have the property to automatically reposition itself if the popup goes out of the viewable area.&lt;br /&gt;Comments: Set the property KeepInside to True to keep the calendar inside the window</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:13:28 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Smart Positioning 20090605P</guid></item><item><title>CLOSED ISSUE: If popup in wrong position in firefox</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=10</link><description>If you open the window on the right side of the page in firefox, the popup will be 1&amp;#47;2 off the page and a scroll bar at the bottom of the screen will show up.  Is there anyway to force it to push it to the left&amp;#63;  Any positioning of the popup&amp;#63;&lt;br /&gt;&lt;br /&gt;</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:11:46 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: If popup in wrong position in firefox 20090605P</guid></item><item><title>NEW POST: If popup in wrong position in firefox</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Thread/View.aspx?ThreadId=827</link><description>&lt;div class="wikidoc"&gt;
This discussion has been copied to a work item. Click here to &lt;a href="http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=10"&gt;go to the work item and continue the discussion&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:11:31 GMT</pubDate><guid isPermaLink="false">NEW POST: If popup in wrong position in firefox 20090605P</guid></item><item><title>CREATED ISSUE: If popup in wrong position in firefox</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=10</link><description>If you open the window on the right side of the page in firefox, the popup will be 1&amp;#47;2 off the page and a scroll bar at the bottom of the screen will show up.  Is there anyway to force it to push it to the left&amp;#63;  Any positioning of the popup&amp;#63;&lt;br /&gt;&lt;br /&gt;</description><author>ricaj0625</author><pubDate>Fri, 05 Jun 2009 13:11:31 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: If popup in wrong position in firefox 20090605P</guid></item><item><title>UPDATED RELEASE: RJS PopCalendar R.7 (Jun 02, 2009)</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/Release/ProjectReleases.aspx?ReleaseId=2773</link><description>Framework 1.1 &amp;#40;Library and PopCalendar&amp;#41;&lt;br /&gt;RJS.PopCalendar 6.6 &amp;#40;3.3.4&amp;#41;&amp;#40;2.6.2&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 2.0 &amp;#40;Library2005 and PopCalendar2005&amp;#41;&lt;br /&gt;RJS.PopCalendar 10.2 &amp;#40;8.1.5&amp;#41;&amp;#40;8.1.4&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 2.0 And ASPNET.AJAX &amp;#40;Library2005AjaxNet and PopCalendar2005AjaxNet&amp;#41;&lt;br /&gt;RJS.PopCalendar.Ajax.Net 1.4 &amp;#40;1.0.5&amp;#41;&amp;#40;1.0.1&amp;#41;&lt;br /&gt;&lt;br /&gt;Framework 3.5 &amp;#40;Library2008 and PopCalendar2008&amp;#41;&lt;br /&gt;RJS.PopCalendar.2008 8.1 &amp;#40;1.0.5&amp;#41;&amp;#40;1.0.1&amp;#41;&lt;br /&gt;&lt;br /&gt;&amp;#42;This version fix incorrect display for the month and year dropdown list &amp;#40;Display Behind the Calendar&amp;#41;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;This version use the property KeepInside for Mozilla Browsers. Keep the Calendar Inside the window.&amp;#42;</description><author></author><pubDate>Fri, 05 Jun 2009 13:09:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: RJS PopCalendar R.7 (Jun 02, 2009) 20090605P</guid></item><item><title>CLOSED ISSUE: Calendar drop down not rendering in FireFox</title><link>http://code.msdn.microsoft.com/RJSPopCalendar/WorkItem/View.aspx?WorkItemId=9</link><description>The drop down lists seem to appear behind teh calendar when viewed in FireFox.  All fine in IE.&lt;br /&gt;Comments: Fixed in Release 7</description><author>ricaj0625</author><pubDate>Tue, 02 Jun 2009 19:36:07 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Calendar drop down not rendering in FireFox 20090602P</guid></item></channel></rss>