﻿<?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 - Vista Calendar issue when switching views</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Vista-Calendar-issue-when-switching-views/</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>Vista Calendar issue when switching views</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Vista-Calendar-issue-when-switching-views/</link><pubDate>Wed, 27 May 2015 05:13:46 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Questica,&lt;/p&gt;&lt;p&gt;Glad that it works.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;br&gt;&lt;/p&gt;</description></item><item><title>Vista Calendar issue when switching views</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Vista-Calendar-issue-when-switching-views/</link><pubDate>Tue, 26 May 2015 14:31:32 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Hi Leo,&lt;/p&gt;&lt;p&gt;I was able to use this with a few tweaks to make it work in our solution.&lt;/p&gt;&lt;p&gt;Thanks!&lt;br&gt;&lt;/p&gt;</description></item><item><title>Vista Calendar issue when switching views</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Vista-Calendar-issue-when-switching-views/</link><pubDate>Mon, 25 May 2015 07:33:45 GMT</pubDate><dc:creator>leo.c</dc:creator><description>&lt;p&gt;Hi Questica,&lt;/p&gt;&lt;p&gt;Thanks for your report. I have report this to WebGrid development team under 'ASPNET-170'. I will keep you up to date with the information regarding this issue. &lt;/p&gt;&lt;p&gt;For a workaround, you could run the following javascript on WebGrid's AfterInitialize client side event.&lt;/p&gt;&lt;pre&gt;AfterInitialize = function ()
{
    if (RenderCalendarEngine)
    {
        RenderCalendarEngine.RenderYearCalendar = function (a)
        {
            if (!a.Parent.Scheduler)
            {
                a.Parent.Scheduler = new Object();
                a.Parent.Scheduler.DefaultStyleMode = a.DefaultStyleMode;
                RenderCalendarEngine.RenderCoreCalendar(a, "Year");
                a.Parent.Scheduler = null;
            }
            else
                RenderCalendarEngine.RenderCoreCalendar(a, "Year");
        }
    }
}&lt;/pre&gt;&lt;p&gt;Hope this will help you.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;br&gt;&lt;/p&gt;</description></item><item><title>Vista Calendar issue when switching views</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Vista-Calendar-issue-when-switching-views/</link><pubDate>Fri, 22 May 2015 16:39:31 GMT</pubDate><dc:creator>questica</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;Whenever we click on the date header to switch to the monthly view, the whole vista calendar collapses and throws a javascript error.&amp;nbsp; See screenshot for an example and error message.&amp;nbsp; Screenshots were taken in IE11, but the issue exists in all browsers.&amp;nbsp; We are also using the latest version of WebGrid 9 that was released to solve the Chrome issues so we should be fully up to date.&lt;/p&gt;&lt;p&gt;Can you provide steps to resolve this issue?&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>