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
Attached code for generating two WebNavBars with one WebCombo inside each.
If I use a chrome browser, I am not able to re-select items in the second webcombo.
It works well in IE 10 though.
Please help me figure out a solution ASAP.
<html>
<head id="Head1" runat="server">
</head>
<body>
<form id="form1" runat="server">
<ISWebDesktop:WebNavPane BarVisible="5" ID="WebNavPane1" runat="server">
<Bars>
<ISWebDesktop:WebNavBar ContentMode="UseInlineContent" Name="Banks" Text="Nav 1">
<ContentTemplate>
<ISWebCombo:WebCombo UseDefaultStyle="true" ID="WebCombo1" runat="server" Height="20px" Width="100px" DataTextField="DataTextField"
DataValueField="DataValueField" DataMember="tbl" OnInitializeDataSource="InitializeDataSource_1">
<Columns>
<ISWebCombo:WebComboColumn Bound="true" HeaderText="HeaderText 1" BaseFieldName="BaseFieldName_1" Name="BaseFieldName_1" Width="70px" />
<ISWebCombo:WebComboColumn Bound="true" HeaderText="HeaderText 2" BaseFieldName="BaseFieldName_2" Name="BaseFieldName_2" Width="70px" />
<ISWebCombo:WebComboColumn Bound="true" HeaderText="HeaderText 3" BaseFieldName="BaseFieldName_3" Name="BaseFieldName_3" Width="50px" />
</Columns>
<LayoutSettings ComboMode="MultipleColumns" >
</LayoutSettings>
<FlyPostBackSettings PostInputControls="True" />
</ISWebCombo:WebCombo>
</ContentTemplate>
</ISWebDesktop:WebNavBar>
<ISWebDesktop:WebNavBar ContentMode="UseInlineContent" Name="ManageBankPages" Text="Nav 2">
<ISWebCombo:WebCombo UseDefaultStyle="true" ID="WebCombo2" runat="server" Height="20px" Width="100px" DataTextField="DataTextField"
DataValueField="DataValueField" DataMember="tbl" OnInitializeDataSource="InitializeDataSource_2">
</Bars>
</ISWebDesktop:WebNavPane>
</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