﻿<?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 - Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</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>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Mon, 01 Aug 2016 08:46:55 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi,&lt;br&gt; Is any update on ASPNET-368 ?&lt;br&gt;&lt;br&gt;regards&lt;br&gt;Sachin &lt;br&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Fri, 22 Apr 2016 06:22:37 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Thank you for your information Sachin. I just checked with our dev team and currently they are still working on ASPNET-368.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Thu, 21 Apr 2016 13:21:11 GMT</pubDate><dc:creator>sjain</dc:creator><description>&lt;p&gt;Hi Erwin,&lt;br&gt;Background color solution works and we use your provided temp solution of VistaCalendar for our most used webpage. We are looking for Intersoft Dev team's solution for "ASPNET-368". We need to change in more than 50 pages which also require to retest the pages so we are relying on intersoft Dev team's solution.&lt;br&gt;Please, allow me to share our testing result in brief for "VistaCalendar" and "CalendarCombo".&lt;br&gt;&lt;br&gt;CalendarCombo : &lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2008&lt;/span&gt; Calendar appear on click on calendar icon for IE 11 normal and comp mode for Windows 7 Pro test machine and Windows 10 Pro. Only problem is that it is not appearing in proper place for IE 11 normal mode but appear on proper place for IE 11 comp mode. &lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2012&lt;/span&gt; Calendar does not appear on click on calendar icon for IE 11 normal mode.&lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2008 R2&lt;/span&gt; Calendar does not appear on click on calendar icon for IE 11 normal mode.&lt;br&gt;&lt;br&gt;&lt;br&gt;VistaCalendar :&lt;br&gt;with DataFormatString &lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2008&lt;/span&gt; (not tested)&lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2012&lt;/span&gt; reported crash was happening for IE 11 normal mode.&lt;br&gt;Host Server : &lt;span style="font-weight: bold;"&gt;Win Server 2008 R2&lt;/span&gt; No crash ie, working fine.&lt;br&gt;&lt;br&gt;For all cases test machine was Windows 10 Pro otherwise mentioned. &lt;br&gt;&lt;br&gt;We will start using Win Server 2016 with other test servers. &lt;br&gt;For all cases test machine was Windows 10 Pro otherwise mentioned. &lt;br&gt;&lt;br&gt;We will start using Win Server 2016 once it is available with other test servers once it is available . &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Sachin&lt;br&gt;&lt;/p&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Thu, 21 Apr 2016 03:48:19 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hi Sachin,&lt;/p&gt;&lt;p&gt;The error (String was not recognized as a valid DateTime) is caused by unmatched dateformat string where in the filter it's "dd/MM/yyyy" and the cell data is "dd/MM/yyyy HH:mm", so I suggest you to set them to the same format such as "dd/MM/yyyy". For example:&lt;/p&gt;&lt;pre&gt;...
if (MyColumn.Name == "RequiredDate" || MyColumn.Name == "ShippedDate" || MyColumn.Name == "OrderDate") {
    MyColumn.DataFormatString = "dd-MM-yyyy";
    MyColumn.EditType = EditType.Custom;
    MyColumn.CustomEditorName = "VistaCalendar";
    MyColumn.FilterEditType = FilterEditType.SameAsEditType;
}
...&lt;/pre&gt;&lt;p&gt;This code has been tested and it should work fine.&lt;/p&gt;&lt;p&gt;About the background color problem, I just noticed it and it seems that this is a problem from our internal code. In the meantime, you can hack the style through the css like this:&lt;/p&gt;&lt;pre&gt;&amp;lt;style&amp;gt;

.WSB1_CalendarInboundCellStyle {
    background - color: transparent !important;
}
&amp;lt;/style&amp;gt;&lt;/pre&gt;&lt;p&gt;This should remove the background color of the Vista Calendar.&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>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Wed, 20 Apr 2016 11:33:08 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi Erwin,&lt;br&gt;&lt;p&gt; The solution you provided has a bug which can be replicated by following these steps. &lt;br&gt;Try to filter OrderDate column by picking 12th April 2016 from calender and try to filter as "Equals To". It will work fine. Then without clearing date, pick another date as 30th April 2016 and try to filter as "Equals To" ; you will saw unhandled error which detail I will add in quote. &lt;br&gt;&lt;br&gt;There is strange thing. If you add date in filter column first time as 30th April 2016 then it works without any issue. But after that even if you will choose 1st April 2016 then you will saw an unhandled error.&lt;br&gt;&lt;br&gt;To make sure that I applied your provided solution properly; I am attaching modified pages also.&lt;/p&gt;&lt;p&gt;Is any way by which background color of calendar can remove ! We like look of calendar of FilterEditType "CalendarCombo" without yellowish backcolor. I tried intersoft resource http://developer.intersoftsolutions.com/display/WebUI/Built-in+Custom+Editor . But I was not able to see any VistaCalendar on that link.&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Stack trace and other detail is copied below .&lt;/span&gt;&lt;br&gt;&lt;/p&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;Page ErrorAn unexpected error occurred in: http://localhost/WebGridWithDateColumExp.aspx. String was not recognized as a valid DateTime.Stack Trace: at System.DateTime.Parse(String s, IFormatProvider provider)&lt;br&gt; at System.Data.ConstNode..ctor(DataTable table, ValueType type, Object constant, Boolean fParseQuotes)&lt;br&gt; at System.Data.ExpressionParser.Parse()&lt;br&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Sachin&lt;br&gt;&lt;/p&gt;&lt;blockquote style="padding-left: 10px; margin: 0px 0px 0px 5px; border-left: 1px solid rgb(204, 204, 204);"&gt;&lt;br&gt;&lt;/blockquote&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Wed, 20 Apr 2016 01:24:05 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hello Sachin,&lt;/p&gt;&lt;p&gt;ASPNET-368 is a ticket that we use to address issue from users to improve our products. It's queued for fix by our dev team. So far, I think that'd the best workaround for the moment, I'll look more into it.&amp;nbsp;Is it possible to find and replace them? You could also try using external text editor software like Sublime Text for easier use.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Tue, 19 Apr 2016 12:28:12 GMT</pubDate><dc:creator>sjain</dc:creator><description>Hi Erwin,&lt;br&gt; Thanks for the solution. It works; but we used such functionlity in multiple pages which require to change manually in all pages. Could you suggest some easier fix which do not require to change in every grid pages. Did I miss something ! What is "ASPNET-368" and is it possible that we can use easily in our application ?&lt;br&gt;&lt;br&gt;Thanks again for your help !&lt;br&gt;regards&lt;br&gt;Sachin&lt;br&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Tue, 19 Apr 2016 08:08:32 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hello Sachin,&lt;/p&gt;&lt;p&gt;This issue's been addressed under ASPNET-368. In the meantime the best workaround would be using VistaCalendar to replace the CalendarCombo. First set the EditType to Custom, then set the CustomEditorName to VistaCalendar, and change the FilterEditType value to SameAsEditType. Here's the example:&lt;/p&gt;&lt;pre&gt;...
if (MyColumn.Name == "RequiredDate" || MyColumn.Name == "ShippedDate" || MyColumn.Name == "OrderDate") {
    MyColumn.EditType = EditType.Custom;
    MyColumn.CustomEditorName = "VistaCalendar";
    MyColumn.FilterEditType = FilterEditType.SameAsEditType;
}
...&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&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>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Fri, 15 Apr 2016 11:02:07 GMT</pubDate><dc:creator>sjain</dc:creator><description>&amp;nbsp;Hi Erwin,&lt;p&gt; I attached a simple webpage which uses NORTHWIND&amp;nbsp; database's&amp;nbsp; orders table. I added finding on each images. Fo testing purpose we use Win 2008 R2, Win 2012 and Win 10 Pro machines. Details are also added in images. Are we missing some javascripts ?&lt;/p&gt;&lt;p&gt;regards&lt;/p&gt;&lt;p&gt;Sachin&lt;br&gt;&lt;/p&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Fri, 08 Apr 2016 03:19:36 GMT</pubDate><dc:creator>erwinintersoft</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I tried replicating your issue by using EditType="CalendarCombo" and EditType="CalendarDropdown" as well as configuring the IE 11 to normal mode and compatibility mode, but unfortunately this doesn't happen.&lt;/p&gt;&lt;p&gt;Would you send me a sample that could replicate your reported issue? Also, what did you mean by 'calendar control inside webgrid into webgrid'? Are you using Hierarchical structure?&lt;/p&gt;&lt;p&gt;By the way I'm using WebGrid 10.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Erwin Sanders&lt;/p&gt;</description></item><item><title>Calendar is not working inside webgrid into Windows 10  Internet Explorer 11 (Normal mode)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Calender-is-not-working-inside-webgrid-into-Windows-10-Internet-Explorer-11-Normal-mode/</link><pubDate>Thu, 07 Apr 2016 11:59:35 GMT</pubDate><dc:creator>sjain</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am facing two problems for calendar control inside webgrid into&amp;nbsp;webgrid into&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;b style="background-color: rgb(255, 255, 0);"&gt;Windows 10 &lt;/b&gt;&amp;nbsp;&lt;span style="background-color: rgb(255, 0, 0); color: rgb(238, 236, 225);"&gt;Internet Explorer 11&lt;/span&gt; &lt;span style="background-color: rgb(112, 48, 160); color: rgb(238, 236, 225);"&gt;(Normal mode).&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Normal Mode means&lt;span style="background-color: rgb(255, 192, 0);"&gt; &lt;b&gt;NOT ADDED IN&amp;nbsp;compatibility&amp;nbsp;view settings&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;1. Calender is not working inside webgrid.&lt;/p&gt;&lt;p&gt;2. In compatibility mode, calender is not generating properly see attachment.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Please help me out ASAP.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Sachin Jain&lt;/p&gt;</description></item></channel></rss>