﻿<?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 - WebScheduler - How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</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>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Thu, 02 Sep 2010 22:56:19 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;In order to download the WebUI 2010 R1 you will need to fill in the &lt;a target="_blank" href="../../../RequestTrial"&gt;request trial form&lt;/a&gt; and the download link will be emailed to you.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Thu, 02 Sep 2010 03:00:33 GMT</pubDate><dc:creator>nick.hsieh04@gmail.com</dc:creator><description>&lt;p&gt;Daer Glenn,&lt;br /&gt;Where can i get "WebUI 2010 R1" software...I used trial version...&lt;br /&gt;Can you tell me how to download "WebUI 2010 R1", thanks !!&lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Tue, 24 Aug 2010 00:11:08 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>&lt;p&gt;I have retest the scenario and still could not replicate the issue you reported. Attached is the test page I am using to test the scenario.&lt;/p&gt;&lt;p&gt;Have you tried using the latest build of WebScheduler and WebUI Framework? Currently the Update Manager server has not been updated with the latest built, you will need to install the WebUI 2010 R1 to retrieve the latest build.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Sun, 22 Aug 2010 21:38:03 GMT</pubDate><dc:creator>nick.hsieh04@gmail.com</dc:creator><description>&lt;p&gt;I use WebUI Studio 2009 R2 SP1 version and WebUI Framework is 3.0.5000.753, i try to run  "ViewMode_Month.aspx" sample code still occur error !!&lt;br /&gt;In visual studio diesign view, this sample code will display this error :&lt;br /&gt;An unhandled exception has occured.&lt;br /&gt;Index and length must refer to a location within the string. Parameter name:length&lt;/p&gt;
&lt;p&gt;I don't know whta's error ?? &lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Thu, 19 Aug 2010 23:31:45 GMT</pubDate><dc:creator>Glayaar</dc:creator><description>Using similar snippet in the CustomizeWeekViewNumber provided sample, I could not replicate the error in my environment. &lt;br /&gt;&lt;br /&gt;I modified the sample so it will only bind the Resources, Events, and Category table. &lt;br /&gt;&lt;br /&gt;Which WebScheduler and WebUI Framework version and build are you using? Have you tried updating the&amp;nbsp; control to the latest build? Does the issue also occurs in our provided sample? You could try modifying our provided sample using similar scenario in your project.&lt;br /&gt;&lt;br /&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Mon, 16 Aug 2010 20:53:08 GMT</pubDate><dc:creator>nick.hsieh04@gmail.com</dc:creator><description>&lt;p&gt;Below is my practice code, but it still not working.....&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebScheduler:WebScheduler ID="WebScheduler1" runat="server" Height="600px" 
        Width="800px" DataSourceID="ISDataSource1"
        ResourcesDataMember="Resources"
        EventsDataMember="Events" 
        CategoriesDataMember="Categories"&amp;gt;
        &amp;lt;ViewSettings SelectedDate="03/01/2008 08:00:00" SelectedViewMode="Month"&amp;gt;
            &amp;lt;QuarterView Enabled="True" /&amp;gt;
            &amp;lt;TimelineView Enabled="true" /&amp;gt;
        &amp;lt;/ViewSettings&amp;gt;
        &amp;lt;DataBinding&amp;gt;
            &amp;lt;ResourcesBinding DescriptionField="Description" LocationField="Location" 
                ResourceColorField="ResourceColor" ResourceIDField="ID" ResourceNameField="ResourceName" /&amp;gt;
                
            &amp;lt;EventsBinding AllDayEventField="AllDayEvent" CategoryIDField="" 
                DescriptionField="Description" EndTimeField="EndTime" EventIDField="ID" 
                LocationField="Location" ModeField="Mode" 
                ReminderTimeSpanField="ReminderTimespan" ResourceIDField="ResourceID" 
                StartTimeField="StartTime" SubjectField="Subject" /&amp;gt;
                
            &amp;lt;CategoryBinding CategoryColorField="CategoryColor" CategoryIDField="ID" 
                CategoryNameField="CategoryName" DescriptionField="Description" /&amp;gt;
        &amp;lt;/DataBinding&amp;gt;
        &amp;lt;DefaultResource ResourceColor="#D96666" ResourceName="Default"&amp;gt;
        &amp;lt;/DefaultResource&amp;gt;
    &amp;lt;/ISWebScheduler:WebScheduler&amp;gt;&lt;/pre&gt;
&lt;p&gt;I try to run sample code, but it was eroor : &lt;br /&gt;Index and length must refer to a location within the string.&lt;br /&gt;Parameter name: length &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Mon, 16 Aug 2010 09:44:30 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Below is a snippet code taken from WebScheduler reference sample that shows how to set the selected view mode to month.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;
...
&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;ViewSettings&lt;/span&gt; &lt;span style="font-family: 'courier new'; color: red; font-size: 9pt"&gt;SelectedDate&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;="03/01/2008 08:00:00"&lt;/span&gt; &lt;span style="font-family: 'courier new'; color: red; font-size: 9pt"&gt;SelectedViewMode&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;="Month"&amp;gt;
    &amp;lt;&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;QuarterView&lt;/span&gt; &lt;span style="font-family: 'courier new'; color: red; font-size: 9pt"&gt;Enabled&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;="True" /&amp;gt;
    &amp;lt;&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;TimelineView&lt;/span&gt; &lt;span style="font-family: 'courier new'; color: red; font-size: 9pt"&gt;Enabled&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;="true" /&amp;gt;
&amp;lt;/&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: #a31515; font-size: 9pt"&gt;ViewSettings&lt;/span&gt;&lt;span style="font-family: 'courier new'; color: blue; font-size: 9pt"&gt;&amp;gt;&lt;/span&gt;
...&lt;/pre&gt;

&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;For more detail, please check the sample, ViewMode_Month.aspx or check the live sample at following link, http://live.intersoftpt.com/cs/WebScheduler/ViewMode_Month.aspx.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How can i set SelectedViewMode=Month</title><link>http://www.intersoftsolutions.com/Community/WebScheduler/How-can-i-set-SelectedViewModeMonth/</link><pubDate>Mon, 16 Aug 2010 03:06:11 GMT</pubDate><dc:creator>nick.hsieh04@gmail.com</dc:creator><description>&lt;p&gt;When i set ViewSetting the SelectedMode="Month", i will get below error:&lt;/p&gt;
&lt;p&gt;Server Error in '/WebSite1' Application.&lt;br /&gt;Index and length must refer to a location within the string.&lt;br /&gt;Parameter name: length &lt;/p&gt;
&lt;p&gt;I don't know how to do .... anyone can help me solve this problem... thanks !!&lt;/p&gt;</description></item></channel></rss>