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
In webgrid control there are one calender control. I have to select date from calender, It is working fine with firefox and chrome.
But IE 11 i m getting error on while picking the date from calender like this
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'dayClick'
In script block, there is javascript code like this.
function onclick(event) { parent.dayClick() }
But IE 10, eventhogh calender is not displaying. could you tell me, what is the fix for this issue ?
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.
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