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 had fix the issue. By removing this 2 line code. which was there in SetEventControlsProperty(). and this was calling on page load.
But it was throwing strange issue description in stack tarce.
txtBeginDate.DateTimeEditor.IsEnabled = True txtEndDate.DateTimeEditor.IsEnabled = True
Just now i was searching the exact reason of this issue. Then i show the Calender control in webgrid is behaving different in IE 11 and other browser.
In IE 11 it is adding "Parent" on event client side event. But in Firefox and chrome it is not adding
Could you tell me why it is behaving like this in IE browser and what is the fix for fix ?
My webgrid code is aspx is like this
<DT:WebGridEx ID="grdPrices" runat="server" Height="100%" OnContextMenuCreate="OnContextMenuCreate" ToolbarId="tlbPDC"> <ContextMenuItems> <DT:WebMenuItem Text="Delete" Name="cmdDelete" /> </ContextMenuItems> <LayoutSettings RowLostFocusAction="AlwaysUpdate" NewRowLostFocusAction="AlwaysUpdate" Hierarchical="True" AllowContextMenu="true" AllowAddNew="Yes" AllowEdit="Default" AllowDelete="yes" AllowColumnMove="Yes" AllowSorting="No" HeaderClickAction="NotSet"> <ClientSideEvents OnColumnResize="RefreshGridAll" OnBeforeAdd="OnBeforeAdd" OnBeforeUpdate="OnBeforeUpdate;" OnBeforeDelete="OnBeforeDelete;" OnEnterEditMode="OnEnterEditMode" OnAfterResponseProcess="FixPriceColumnAlignment();" OnInitialize="RefreshIfEmty" /> </LayoutSettings> <%-- <UserLayoutSettings ObjectName="FORECAST/SKU_PRICES" />--%> </DT:WebGridEx>
It is rendering on browser like attached images.
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="IntersoftWebForm.aspx.vb" Inherits="IntersoftWebForm" %><%@ Register Assembly="ISNet.WebUI.WebCombo" Namespace="ISNet.WebUI.WebCombo" TagPrefix="ISWebCombo" %> <!DOCTYPE HTML5 > <html> <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <br /> <br /> <br /> <br /> <ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="true"> <LayoutSettings AlwaysShowAllRowsOnDropdown="true" AlwaysShowHelpButton="false"> </LayoutSettings> </ISWebCombo:WebCombo> </div> </form> </body> </html>
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