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
I use the latest release of webcombo and get this error
Error: Object doesn't support property or method 'addRule'
Itried a very siple one like this
<ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="True" DataSourceID="SqlDataSource1" DataTextField="Column7" DataValueField="Column7" Height="20px" Width="74px"> <Columns> <ISWebCombo:WebComboColumn BaseFieldName="sfdfd" Bound="True" HeaderText="sfdfd" Name="Column7" Width="100px" /> </Columns> </ISWebCombo:WebCombo>
Best regards Marianne
I tried to replicate the reported problem by modifying BindSql.aspx sample of WebCombo into the following.
<ISWebCombo:WebCombo ID="WebCombo1" runat="server" DataSourceID="SqlDataSource1" DataTextField="CountryName" DataValueField="Country_Id" Height="20px" UseDefaultStyle="True" Width="200px"> <Columns> <ISWebCombo:WebComboColumn BaseFieldName="CountryName" HeaderText="Country Name" Name="CountryName" /> </Columns> </ISWebCombo:WebCombo>
However, I was unable to replicate the problem in my local end. For your information, I’m using WebCombo 6 build 256; WebUI.NET Framework 3 build 909 (the assembly files included in Intersoft Premier Studio 2013 R1 SP1 setup file); and view the sample in Internet Explorer 11 browser.
Please feel free to let me know if there is anything that I might miss during my attempt to reproduce the issue.
I have WebCombo 6 build 256 and WebUI.NET Framework 3 build 909 but it doesm't work
Webgrid is OK in IE11.
It must be any other problem in my environment. Any ideas?
My problem occurs when i only have a webcombo like and nothing else.
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="IntersoftWebForm.aspx.vb" Inherits="IntersoftWebForm" %>
<%@ Register assembly="ISNet.WebUI.WebCombo" namespace="ISNet.WebUI.WebCombo" tagprefix="ISWebCombo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="true">
</ISWebCombo:WebCombo>
</form>
</body>
</html>
It is OK in 32-bit but not in 64-bit.
whn you click on the down arrow.
If this problem happens on IE 11 browser, try to use HTML5 doctype and set the RenderingMode property of WebCombo to “HTML5”.
<%@ Page Language="VB" AutoEventWireup="true" CodeFile="IntersoftWebForm.aspx.vb" Inherits="IntersoftWebForm" %> <%@ Register Assembly="ISNet.WebUI.WebCombo" Namespace="ISNet.WebUI.WebCombo" TagPrefix="ISWebCombo" %> <!DOCTYPE html> <html> <head runat="server"> <title>Untitled Page</title> <style type="text/css"> html, body, form { height: 100%; width: 100%; margin: 0px; padding: 0px; } </style> </head> <body> <form id="form1" runat="server"> <div> </div> <ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="true" RenderingMode="HTML5"> </ISWebCombo:WebCombo> </form> </body> </html>
This should helps.
OK, thank you
RenderingMode was the solution!
Glad to hear that RenderingMode property helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
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