iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I have a scenario as below:
I had figured out a fix (for IE), just scroll back to the original position after the clicking the month of the date editor.
Java script snippet
// 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 > 0) { window.scrollBy(-intLeft,0); } }
Assign the function to be invoked when the WebInput is OnBlur.
ASPX snippet for the WebInput Control:
<ISWebInput:WebInput ID="WebInputDate" runat="server" DecimalSeparator="" MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01"> <ClientSideEvents OnBlur="WebInputDate_OnBlur"></ClientSideEvents> </ISWebInput:WebInput>
Regards,
Fung
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.
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.
Look forward to hearing back from you.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname