﻿<?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 - WebGrid inside a WebTab shifted left when integrate with WebInput (Date Editor Enabled)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-inside-a-WebTab-shifted-left-when-integrate-with-WebInput-Date-Editor-Enabled/</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>WebGrid inside a WebTab shifted left when integrate with WebInput (Date Editor Enabled)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-inside-a-WebTab-shifted-left-when-integrate-with-WebInput-Date-Editor-Enabled/</link><pubDate>Tue, 11 Oct 2011 02:31:54 GMT</pubDate><dc:creator>interfung</dc:creator><category>WebGrid</category><category>WebInput</category><category>WebTab</category><category>webpane</category><category>Integrate</category><category>Shift</category><category>Shift Left</category><category>DateEditor</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I had figured out a fix (for IE), just scroll back to the original position after the clicking the month of the date editor.&lt;/p&gt;
&lt;p&gt;Java script snippet&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;// Scroll back after edit
function WebInputDate_OnBlur() {
	var InputCalendar = document.getElementById("WebInputDate_ISDefDateTimeEdt");
	if (InputCalendar) {
		if (InputCalendar.style["visibility"]=="visible") {
			return true;
		}
	}
	var intLeft = document.body.scrollLeft;
	if (intLeft &amp;gt; 0) {
		window.scrollBy(-intLeft,0);
	} 
}&lt;/pre&gt;
&lt;p&gt;Assign the function to be invoked when the WebInput is OnBlur.&lt;/p&gt;
&lt;p&gt; ASPX snippet for the WebInput Control:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInputDate" runat="server" DecimalSeparator="" 
MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01"&amp;gt;
	&amp;lt;ClientSideEvents OnBlur="WebInputDate_OnBlur"&amp;gt;&amp;lt;/ClientSideEvents&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
&lt;p&gt; Regards,&lt;/p&gt;
&lt;p&gt;Fung&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>WebGrid inside a WebTab shifted left when integrate with WebInput (Date Editor Enabled)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-inside-a-WebTab-shifted-left-when-integrate-with-WebInput-Date-Editor-Enabled/</link><pubDate>Sun, 09 Oct 2011 16:28:09 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>WebInput</category><category>WebTab</category><category>webpane</category><category>Integrate</category><category>Shift</category><category>Shift Left</category><category>DateEditor</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I tried to reproduce the problem in my local test by creating a simple sample of page based on the scenario description on your previous post but my efforts were not successful. Could you please provide more information about the doctype; browser version; and the build version of WebGrid, WebInput, WebDesktop, and WebUI.NET Framework 3.0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;For your information, I’m using WebGrid 7 build 431, WebInput 4 build 29, WebDesktop 3 build 337, and WebUI.NET Framework 3 build 772. The test page is viewed using IE 9 browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid inside a WebTab shifted left when integrate with WebInput (Date Editor Enabled)</title><link>http://www.intersoftsolutions.com/Community/WebGrid/WebGrid-inside-a-WebTab-shifted-left-when-integrate-with-WebInput-Date-Editor-Enabled/</link><pubDate>Thu, 06 Oct 2011 07:43:50 GMT</pubDate><dc:creator>interfung</dc:creator><category>WebGrid</category><category>WebInput</category><category>WebTab</category><category>webpane</category><category>Integrate</category><category>Shift</category><category>Shift Left</category><category>DateEditor</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a scenario as below:&lt;/p&gt;
&lt;p /&gt;
&lt;ul&gt;&lt;li&gt;a WebPane divided Horizonatally&lt;/li&gt;&lt;li&gt;lower part of the WebPane is a WebTab (with 3~4 tabs)&lt;/li&gt;&lt;li&gt;One of the Tab contain a grid integrated with a WebInput&lt;/li&gt;&lt;li&gt;The WebInput's Date Editor is enabled (with Editor &amp;amp; display format enabled, also mask expression enabled)&lt;/li&gt;&lt;li&gt;Edit a cell in Grid with WebInput, and open the Date Editor&lt;/li&gt;&lt;li&gt;click the month of year on the Date Editor&lt;/li&gt;&lt;li&gt;the content inside the WebTab shift left&lt;/li&gt;&lt;/ul&gt;
&lt;div&gt;Attached screen shots and brief explain for better understanding.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Thanks and regards,&lt;/div&gt;
&lt;div&gt;Fung&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description></item></channel></rss>