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
Here is my situation -
1. I have several webcombos added to 3 columns of intersoft webgrid.
2. These webcombos are now in mutiselect mode and unbound mode. User need to check the checkbox to select the choices.
3. After clicking save button in the toolbar the grid saves the choices.
4. My requirement is - When the grid is edit mode and I am going to edit the webcombo type column's cell, the webcombo should auto check the previous choices those I made before.
5. If I add one more choice then the choice will be added to the existing choices.
6. I need the checkbox so is there any way to add checkbox in bound mode.
Is there any way to check the checkbox from client side? which the right event for that.
I tried to OnShowDropDown event but I could not find the methods.
Give me some feedback. Its been long time Im dealing with this problem.
Thanks
I enclosed one simple sample based on your scenario as attachment. In my attached sample, WebCombo – that is used as WebGrid edit type, will check the previous choices that made by user before. Adding more choices will be added to the existing choices.
In my sample, this scenario only applied on adding new row, not editing existing row. Please check the attached sample and let us know whether this helps or not.
Adding checkbox in multiple selection WebCombo bound mode can be achieved by setting TextBoxMode to ‘ReadOnly’ and enabling AllowBrowseAll as shown in the snippet code below.
<ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="True" Width="534px" DataSourceID="ISDataSource1" DataTextField="FullName" DataValueField="Email" Height="20px" DataMember="Customers"> <LayoutSettings TextBoxMode="ReadOnly"> </LayoutSettings> <MultipleSelectionSettings Enabled="True" AllowBrowseAll="true" /> </ISWebCombo:WebCombo>
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