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,
We are using WebInput with latest version; however when we try to run our site on IE compatiblity mode then we are getting the following error on the page load itself. We are using IE 11, but sometimes in order to support our clients (who runs the older browers) we have to set their IE to compatiblity mode.
Unhandled exception at line 1, column 48 in a=Window.prototype.
Please let us know what can we do or any settings required.
WebInput design code in aspx page:
<ISWebInput:WebInput RenderingMode="HTML5" ID="WebInputEndDate" runat="server"> <HighLight IsEnabled="True" Type="Phrase" /> <EditFormat Type="DateTime" Format="MM/dd/yyyy HH:mm" IsEnabled="true"> <MaskInfo MaskExpression="00/00/0000 00:00"> </MaskInfo> <ErrorWindowInfo IsEnabled="False"> </ErrorWindowInfo> </EditFormat> <DisplayFormat></DisplayFormat> <DateTimeEditor IsEnabled="true"></DateTimeEditor> <CultureInfo CultureName="en-US"> </CultureInfo> </ISWebInput:WebInput>
WebInput Bind to WebGrid in PrepareDataBinding code:
MyColumn.EditType = EditType.Custom; MyColumn.DataFormatString = Constants.FormatDateTimeDisplay3; MyColumn.CustomEditorName = "WebInputNET"; MyColumn.CustomEditorServerId = "WebInputEndDate"; MyColumn.Width = 250; MyColumn.FilterEditType = FilterEditType.CalendarCombo;
Thanks!
Try to do the following and let us know the result:
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<style> div.WG5-F div table { width: 100%; } .WG5-Header { box-sizing: border-box; } </style>
I created a simple sample based on your scenario (EnableCompatibilityView_Sample.zip in the attachment). Please evaluate the sample on your end and let me know if the problem still persist.
Hope this help.
Hello,
I have the same issue and I was following the post, I tried running the code sample that is provided by you in compatibilty mode in IE11. I got the same error mentioned in the initial question, I also attached the error on my end in a image, and got this javascript error when the text in webinput is modified and focus is lost.
Any help with the regard would be great.
Thanks,
Phanindra.
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