﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebCombo - checked webcombo with previous selections already selected. </title><link>http://www.intersoftsolutions.com/Community/WebCombo/checked-webcombo-with-previous-selections-already-selected/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>checked webcombo with previous selections already selected. </title><link>http://www.intersoftsolutions.com/Community/WebCombo/checked-webcombo-with-previous-selections-already-selected/</link><pubDate>Mon, 19 Apr 2010 07:58:39 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;&lt;p&gt;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. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;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.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;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.&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;6. I need the checkbox so is there any way to add checkbox in bound mode. &lt;/p&gt;&lt;/blockquote&gt; 
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;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.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="True" Width="534px"
    DataSourceID="ISDataSource1" DataTextField="FullName" DataValueField="Email"
    Height="20px" DataMember="Customers"&amp;gt;
    &amp;lt;LayoutSettings &lt;span style="color: #c00000"&gt;TextBoxMode="ReadOnly"&lt;/span&gt;&amp;gt;
    &amp;lt;/LayoutSettings&amp;gt;
    &lt;span style="color: #c00000"&gt;&amp;lt;MultipleSelectionSettings Enabled="True" AllowBrowseAll="true" /&amp;gt;&lt;/span&gt;
&amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;/pre&gt;</description></item><item><title>checked webcombo with previous selections already selected. </title><link>http://www.intersoftsolutions.com/Community/WebCombo/checked-webcombo-with-previous-selections-already-selected/</link><pubDate>Sun, 18 Apr 2010 11:27:43 GMT</pubDate><dc:creator>foysal</dc:creator><description>&lt;p&gt;Here is my situation -&lt;/p&gt;
&lt;p&gt;1. I have several webcombos added to 3 columns of intersoft webgrid.&lt;/p&gt;
&lt;p&gt;2. These webcombos are now in mutiselect mode and unbound mode. User need to check the checkbox to select the choices.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;3. After clicking save button in the toolbar the grid saves the choices.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;5. If I add one more choice then the choice will be added to the existing choices.&lt;/p&gt;
&lt;p&gt;6. I need the checkbox so is there any way to add checkbox in bound mode.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Is there any way to check the checkbox from client side? which the right event for that.&lt;/p&gt;
&lt;p&gt;I tried to OnShowDropDown event but I could not find the methods.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Give me some feedback. Its been long time Im dealing with this problem.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>