﻿<?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 - Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</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>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Fri, 20 May 2011 04:04:42 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;span style="font-size: 13px"&gt;&lt;p&gt;Unfortunately, this&amp;nbsp;cannot&amp;nbsp;be considered as a bug. We do support WebCalendar API. We already provided .css and .js. You can modify them for your scenario. The step by step should follow my previous post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Lili Khiung&lt;/p&gt;&lt;/span&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Wed, 18 May 2011 10:08:16 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Hi Lili,&lt;/p&gt;&lt;p&gt;Thanks for your response.  I think my issue should be considered a bug though.&lt;/p&gt;
&lt;p&gt;Your demonstration page &lt;a href="http://live.intersoftpt.com/Default.aspx?url=cs/WebGrid/CustomEditor_VistaCalendar.aspx" target="_blank"&gt;here&lt;/a&gt; states that the VistaCalendar is "fully integrated with WebCalendar API."  The WebCalendar API supports CSS classes, so either that statement is incorrect or the missing CSS support is a bug. &lt;/p&gt;
&lt;p&gt;Part of our decision to purchase your latest version was based on the idea that we could get our calendars to look the same both inside and outside the grid, and this issue is preventing that from happening.  So now we're in a difficult position - we already purchased the product based on the advertised features, and we can't do what it advertises.&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Wed, 18 May 2011 04:21:47 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you really need a feature, you can try to make a feature request. Our developer will consider your feature request to develop.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Mon, 16 May 2011 13:44:05 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Thanks for the update Lili.  We would really like to be able to specify the style of the calendar in our own CSS file, like we can with the WebCalendar control.  Will there be a feature for that in the future?&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Thu, 05 May 2011 06:27:51 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Here's the update for your issue. I attach a sample of how to edit the VistaClendar style. Please download through this link: &lt;a href="http://cid-c3fc5a31ab0bb901.office.live.com/self.aspx/Shared/WebTest.rar"&gt;http://cid-c3fc5a31ab0bb901.office.live.com/self.aspx/Shared/WebTest.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;First, you need to set the EnableWebResources property to Never. This way you can point the style to the CommonLibrary folder. Here, you can edit the CSS file of the Vista Calendar. In the Code behind of the page add this code:&lt;/p&gt;&lt;pre&gt;Protected Sub Page_Init(sender As Object, e As System.EventArgs) Handles Me.Init
        Dim editor As WebGridCustomEditor = WebGrid1.GetCustomEditorByName("VistaCalendar")
        editor.UseWebResources = False
        editor.DependencyFiles = "../../WebScheduler/V3_0_1000/WebScheduler_Calendar.js"
    End Sub&lt;/pre&gt;
&lt;p&gt;Go to this path: C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\CustomEditors\EditorsPack3\VistaCalendar.js&lt;/p&gt;
&lt;p&gt;You need to make some changes in the Javascript to change the path of the vistaCalendar. You need to remove this code in &lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;__VCE.OnInitialize = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;&lt;span style="font-family: consolas; color: #0000ff; font-size: 13px"&gt;function&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt; ()&lt;/span&gt;&lt;/span&gt;:&lt;/p&gt;&lt;pre&gt;cal.CustomWebResourceFolder = "CustomEditors.EditorsPack3.";&lt;/pre&gt;
&lt;p&gt;Then you can edit the CSS file to change the style of VistaCalendar in this path: C:\Program Files\Intersoft Solutions\WebUI Studio for ASP.NET\CommonLibrary\WebGrid\V7_0_7200\CustomEditors\EditorsPack3\VistaCalendar.css&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Mon, 25 Apr 2011 08:51:21 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Our developer is still investigating your issue. We will inform you about the result as soon as we get any information from our developer.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Thu, 21 Apr 2011 09:54:03 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Standing by for your results.  This is important to our current deadline, so as soon as you can provide the information we would appreciate it.&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Fri, 15 Apr 2011 04:06:58 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Deeply apologize for the misunderstanding. So the WebCalendar that you want to change the style is in the WebGrid edit mode. We need to discuss it further with our developers. We will inform you about the result soon.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Thu, 14 Apr 2011 09:21:37 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Thanks Lili.  What I really need to know is &lt;i&gt;how &lt;/i&gt;to change the style on the Calendar.&lt;/p&gt;&lt;p&gt;There's a text property on the WebGridColumn called CustomEditorName, which I am setting to "VistaCalendar."  This makes the control appear correctly with a default blue theme.&lt;/p&gt;
&lt;p&gt;There's another property called CustomEditorSettings which is probably the thing I need to edit to change the settings of the calendar.  But no matter what I put in there, the appearance of the calendar is the same.  How do I configure the properties on the calendar?&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Thu, 14 Apr 2011 00:30:58 GMT</pubDate><dc:creator>lili</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can set the Css but you have to set all style properties that we provide if you want to set UseDefaultStyle = "false". But for image, for now you can use the workaround that I reply on this link:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.intersoftpt.com/Community/WebEssentials/Style-Button-Images-on-WebCalendar/"&gt;http://www.intersoftpt.com/Community/WebEssentials/Style-Button-Images-on-WebCalendar/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We are still developing to enhance this feature.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lili Khiung&lt;/p&gt;</description></item><item><title>Configure VistaCalendar Settings</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Configure-VistaCalendar-Settings/</link><pubDate>Tue, 12 Apr 2011 17:07:04 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;The product documentation indicates that all of the features of WebCalendar are avialable in the VistaCalendar custom editor.  I've set up a grid that uses VistaCalendar in one of the columns.&lt;/p&gt;
&lt;p&gt;How do I configure the WebCalendar in the grid?  For example, I want to set UseDefaultStyle="false" and set a number of the CssClass properties.&lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;</description></item></channel></rss>