﻿<?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 - WebEssentials - WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</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>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Tue, 10 May 2016 08:13:53 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hello Sachin,&lt;/p&gt;&lt;p&gt;I've been trying to recreate&amp;nbsp;WebCalendar1.SelectedDates.Clear(); using older WebEssentials (i.e.&amp;nbsp;WebEssentials4_0_1000_15 and WebEssentials4_0_1000_16) but it still doesn't work. May I know which version of WebEssentials that you use for using the Clear method? If it indeed works on older version, maybe this was a bug that somehow was unintentionally removed while we were working the new assemblies.&lt;/p&gt;&lt;p&gt;I also found a workaround for you at the moment. Try selecting the date to something that's really old, for example:&lt;/p&gt;&lt;pre&gt;...
protected void wcCity_ValueChanged(object sender, ISNet.WebUI.WebCombo.ValueChangedEventArgs e) {
    WebCalendar1.SelectedDate = new DateTime(100, 1, 1);
}
...&lt;/pre&gt;&lt;p&gt;This isn't the best appliance for the issue, but it does the job at the moment for fast fix.&lt;/p&gt;&lt;p&gt;----&lt;/p&gt;&lt;p&gt;For the save modified dates issue, how about showing an alert after users clicked the save button but no dates were selected? Therefore, to modify a saved dates, users would need to at least select a date.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Mon, 09 May 2016 15:26:56 GMT</pubDate><dc:creator>sjain</dc:creator><description>&lt;p&gt;Hi Erwin,&lt;br&gt; I request your suggestion on a situation based upon your provided input as "Our current WebCalendar couldn't unselect a date since it's a 'not nullable' DateTime.". &lt;br&gt; We have a page which have only intersoft controls as Webcombo for select different options, WebButton for saving seleted dates and a webcalendar. Onload we display saved dates, now when user unselect all dates using combination of Ctrl + mouse click then OnClicked event of WebButton javascript error raised written below and onclicked event of WebButton lost. &lt;br&gt;&lt;br&gt;Unhandled exception at line 1, column 3200 in http://../../ISRes.axd?L/WebCalendar.js/40100017&lt;br&gt;&lt;br&gt;0x800a138f - JavaScript runtime error: Unable to get property 'Date' of undefined or null reference&lt;br&gt;&lt;br&gt; Due to this user can not modify wrong saved date. It is working perfectly if any date is selected in calendar. I am also attaching F12 screenshot for your view !&lt;br&gt;&lt;br&gt;regards&lt;br&gt;Sachin &lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Mon, 09 May 2016 09:14:27 GMT</pubDate><dc:creator>sjain</dc:creator><description>&lt;p&gt;Hi Erwin,&lt;br&gt; Thanks for reply. Our requirement is very simple and it was working befor nightly fix.&lt;br&gt;Our application has a page where user can select and save different type of Holiday using selection from webcombo.&lt;br&gt;Once the page is loaded then user see the dates selected from last saved or see 12 month calendar. Suppose there was no saved values. &lt;br&gt;User select option 1 from webcombo and select multiple dates and hit the save button to save the dates.&lt;br&gt;Now, user select option 2 but he/she now see the one selected date so he/she assume that selected date were saved earlier .&lt;br&gt;On webcombo I had call inbuilt function for clear selected dates. So,  on changed event dates would clear and if dates are available in database the show new dates. Since, dates were not available in models so new date selection process was not started.&lt;br&gt;I checked from version before night build; it was working earlier .&lt;br&gt;I apologize for the 3rd reported issue on earlier post; It was not an issue and working fine with using ctrl key and click user can unselect a date. &lt;br&gt;regards&lt;br&gt;Sachin &lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Mon, 09 May 2016 04:21:42 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hi Sachin,&lt;/p&gt;&lt;p&gt;Sorry for the late reply on this issue.&lt;/p&gt;&lt;p&gt;&lt;ol&gt;&lt;li&gt;HightlightTodayDate is the one with the red bordered date. If it's set to false, then today date won't be bordered red.&lt;/li&gt;&lt;li&gt;What would be your needs when the SelectedDates are cleared? I might be able to come up with a workaround for you.&lt;/li&gt;&lt;li&gt;Our current WebCalendar couldn't unselect a date since it's a 'not nullable' DateTime.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;I'm looking forward to help you on issue #2.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Erwin Sanders&lt;/div&gt;&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Tue, 03 May 2016 15:23:04 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi Erwin,&lt;br&gt; Further testing revealed that nightly build hotfix have couple of issue. I am attaching a sample for your recreation. I modified earlier sent sample by adding a dummy webcombo .&lt;br&gt;&lt;ol&gt;&lt;li&gt; HighlightTodayDate is set to false; it still shows current date. &lt;br&gt;&lt;/li&gt;&lt;li&gt;If user select some dates and change webcombo selection then on postback although webcombo's valuechanged event call "WebCalendar1.SelectedDates.Clear() ; but not all dates are clear from calendar. If more than 1 dates are selected then 1 date remain and show for every change event and if single date is selected&amp;nbsp; then it is available for all changed event.&amp;nbsp; Also, it is found that without nightly build hotfix; it was working fine. &lt;br&gt;&lt;/li&gt;&lt;li&gt;Currently I am not able to unselect a date after selecting once.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Please, suggest some solutions. Issue 2 is critical because it gives impression to user that dates are saved for other options also; although we are saving dates on click of a button and it saves correctly for selected option only. &lt;br&gt;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Sachin&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Thu, 21 Apr 2016 02:10:11 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;You are welcome Sachin. Glad I could help.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Wed, 20 Apr 2016 11:59:03 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi Erwin,&lt;br&gt;&amp;nbsp;Thanks ! The provided solution works.&lt;br&gt;regards&lt;br&gt;Sachin &lt;br&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Wed, 20 Apr 2016 02:10:41 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hello Sachin,&lt;/p&gt;&lt;p&gt;The reason BackColor is not working is because of the default background color is marked as important by our internal code. So instead of using BackColor, you should be using CustomRules. Here's an example to it:&lt;/p&gt;&lt;pre&gt;...
&amp;lt;SelectedCellStyle HorizontalAlign="Center" CustomRules="background-color: Firebrick !important;"&amp;gt;
&amp;lt;/SelectedCellStyle&amp;gt;
...&lt;/pre&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Mon, 18 Apr 2016 15:02:01 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi Erwin,&lt;br&gt; Thanks for the fix and it is working fine for both mutiple selection and height issue. Although, there is small bug. &lt;br&gt;       If you set SelectedCell style Backcolor even the it is not working as per desired color. Alhough same work for IE comp mode.&lt;br&gt;&amp;lt;SelectedCellStyle BackColor="Firebrick" HorizontalAlign="Center"&amp;gt;&amp;lt;/SelectedCellStyle&amp;gt; &lt;br&gt;&lt;br&gt;I further check markup. I am posting cell markup; may be it will help you to know the reason behind this.&lt;br&gt;For Normal mode&lt;br&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;&amp;lt;td class="WCR2_InboundCellStyle" style="text-align: center; font-family: Segoe UI, Tahoma; font-size: 8pt; font-weight: normal; vertical-align: middle; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted;&lt;span style="font-weight: bold;"&gt; background-color: rgb(253, 199, 77)&lt;/span&gt; !important;" unselectable="on" y="2016" m="4" d="18" cssname="WCR2_InboundCellStyle"&amp;gt;&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;For comp mode&lt;br&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;&amp;lt;td class="WCR2_InboundCellStyle" style="text-align: center; font-family: Segoe UI, Tahoma; font-size: 8pt; font-weight: normal; vertical-align: middle; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFB22222 , endColorstr=#FFB22222, GradientType=1); &lt;span style="font-weight: bold;"&gt;background-color: firebrick&lt;/span&gt;;" unselectable="on" y="2016" m="4" cssName="WCR2_InboundCellStyle" d="18"&amp;gt;&lt;/blockquote&gt;&lt;br&gt;The complete control's HTML is&lt;br&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt; &amp;lt;div style="width: 100%; text-align: center;"&amp;gt;&lt;br&gt; &amp;lt;div style="display:inline-block;" &amp;gt;&lt;br&gt; &amp;lt;ISWebEssentials:WebCalendar ID="WebCalendar1" runat="server" HighlightTodayDate="false" Height="540px" Width="685px" CalendarItemWidth="170px"&lt;br&gt; CalendarItemHeight="187px" EnableMultipleSelection="True" EnableKeyboardSupport="true" NumberOfCalendarDisplayed="12" ShowWeekNumbers="false"&amp;gt;&lt;br&gt; &amp;lt;HeaderStyle BackColor="White" Font-Bold="true" Font-Names="Franklin Gothic Demi Cond" Font-Size="12pt" HorizontalAlign="Center"&amp;gt;&lt;br&gt; &amp;lt;/HeaderStyle&amp;gt;&lt;br&gt; &amp;lt;TableStyle BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px"&amp;gt;&lt;br&gt; &amp;lt;/TableStyle&amp;gt;&lt;br&gt; &amp;lt;FrameStyle Font-Names="Segoe UI, Tahoma" BorderStyle="None" BackColor="White"&amp;gt;&lt;br&gt; &amp;lt;/FrameStyle&amp;gt;&lt;br&gt; &amp;lt;WeekNameStyle Font-Names="Segoe UI, Tahoma" Font-Bold="true" BackColor="#e5e5e5" HorizontalAlign="Center"&amp;gt;&lt;br&gt; &amp;lt;/WeekNameStyle&amp;gt;&lt;br&gt; &amp;lt;SelectedCellStyle BackColor="Firebrick" HorizontalAlign="Center"&amp;gt;&amp;lt;/SelectedCellStyle&amp;gt;&lt;br&gt; &amp;lt;/ISWebEssentials:WebCalendar&amp;gt;&lt;br&gt; &amp;lt;/div&amp;gt;&lt;br&gt; &amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;br&gt;Thanks again for speedy solution. It would be great if you can check selectedCellStyle also.&lt;br&gt;regards&lt;br&gt;Sachin&lt;br&gt;&lt;br&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Mon, 18 Apr 2016 04:54:58 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hi Sachin,&lt;/p&gt;&lt;p&gt;Thanks for the sample! I investigated it and this is a problem from our internal code. I reported this to our dev team and they delivered with a nightly build hotfix which I attached it below. To apply it manually, you can visit our page&amp;nbsp;&lt;a href="http://www.intersoftsolutions.com/Support/ASPNET/Tutorial/Text/Apply-ASPNET-product-hotfix-manually" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Btw, looking at your code, our WebCalendar uses a display block style, hence your center aligned style won't be applied. So I suggest you put it in another div with display: inline-block style.&lt;/p&gt;&lt;p&gt;Hope this helps.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>WebCalendar multiple selection lost its ability </title><link>http://www.intersoftsolutions.com/Community/WebEssentials/WebCalendar-multiple-selection-lost-its-ability/</link><pubDate>Wed, 06 Apr 2016 15:07:54 GMT</pubDate><dc:creator>sjain</dc:creator><description>&lt;p&gt;Hi,&lt;br&gt; We recently upgarded our applilaction with new version of controls of Intersoft. In this version WebCalendar lost its multiselect functionality and on click on any date increase the date cell's height. Intersoft provided 2 sample files; one as "ISNet.WebUI.Samples" and second as "WebUI.Unified.Samples" . Multiple selection is working in "WebUI.Unified.Samples" but not in&lt;br&gt;"ISNet.WebUI.Samples". I modified both sample's AcademicCalendar.aspx pages and attaching for your view. Also second issue can be replicated on your live sample site also. Just Click on a date several time and you will see the issue. link is http://live.intersoftsolutions.com/cs/WebEssentials/WebCalendar/RangeOfChart_MetroStyle.aspx?noframe=1&amp;amp;path=/WebEssentials/Calendar .&lt;br&gt;&lt;br&gt; May be someone would suggest that we should use Unified theming but that is not solution. It should work for intersoft samples. Changing them require a lot of testing prior to deploy to client side and after getting new version of controls our planner pages are not working for miltiple selection. Live sample was checked on Window 10 pro IE 11 where attached samples are on IE 10.&lt;br&gt; Can you look on the issue that what should need to do for WebCalendar multiple selection and height issue !&lt;br&gt;regards&lt;br&gt;Sachin&lt;br&gt; &lt;br&gt;&lt;/p&gt;</description></item></channel></rss>