﻿<?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 - Unselect a row programmatically</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unselect-a-row-programmatically/</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>Unselect a row programmatically</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unselect-a-row-programmatically/</link><pubDate>Wed, 19 Jan 2011 06:37:48 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;The issue happen because the OnShowDropDown client-side event is fired two times.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I have forwarded this to WebCombo development to be investigated further.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I’ll keep you informed with any news I heard from the team regarding this behavior.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unselect a row programmatically</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unselect-a-row-programmatically/</link><pubDate>Mon, 17 Jan 2011 13:20:21 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;Hi Yudi,&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;The&amp;nbsp;Parent combo is called wcboTechnique and&amp;nbsp;the Child combo is wcboInstrumentGroup. I add a row to wcboInstrumentGroup onShowDropDown event. Combo boxes are populated dynamically in the table. &lt;/span&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;They have “id” what is their numeric number in the table: for example wcboTechnique1, wcboInstrumentGroup1; wcboTechnique2, wcboInstrumentGroup2, etc.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;I also have to use onLostFocus event to explicitly specify the selected row. Otherwise, “Any for technique” will be selected.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;&lt;/span&gt; &lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;&lt;span style="font-family: consolas; font-size: 13px"&gt;"InsertAtTop" doesn't do anything, since "Any for technique" is populated &lt;span style="line-height: 115%; font-family: consolas; font-size: 10pt; mso-fareast-font-family: 'times new roman'; mso-ansi-language: en-us; mso-fareast-language: zh-cn; mso-bidi-language: ar-sa"&gt;immediately&amp;nbsp;&lt;/span&gt;and at the top anyway while the rest of the combo is populated a couple seconds later.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;span style="font-family: calibri; font-size: 15px"&gt;Thanks, Ellen&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt"&gt;&lt;/p&gt;


&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt; onInstrumentGroupShowDropDown(id) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt; combo2 = ISGetObject(&lt;span style="color: maroon"&gt;"wcboInstrumentGroup"&lt;/span&gt; &amp;#43; id); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt; newRow;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;rows = combo2.GetRows(); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt; (rows[0]) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;cells = rows[0].GetCells(); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt; (cells.GetNamedItem(&lt;span style="color: maroon"&gt;"Description"&lt;/span&gt;)) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt; (cells.GetNamedItem(&lt;span style="color: maroon"&gt;"Description"&lt;/span&gt;).Text != &lt;span style="color: maroon"&gt;"Any for technique"&lt;/span&gt;) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;newRow = combo2.NewRow(&lt;span style="color: maroon"&gt;"-1"&lt;/span&gt;); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;cells = newRow.GetCells(); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;cells.GetNamedItem(&lt;span style="color: maroon"&gt;"Description"&lt;/span&gt;).Text = &lt;span style="color: maroon"&gt;"Any for technique"&lt;/span&gt;;&lt;span style="mso-spacerun: yes"&gt;         &lt;/span&gt;&lt;span style="mso-spacerun: yes"&gt;       &lt;/span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;rows.Add(newRow); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;combo2.InsertAtTop = &lt;span style="color: blue"&gt;true&lt;/span&gt;;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;                &lt;/span&gt;combo2.UpdateUI();&lt;span style="mso-spacerun: yes"&gt;                     &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;} &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;} &lt;span style="color: blue"&gt;else&lt;/span&gt; { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;newRow = combo2.NewRow(&lt;span style="color: maroon"&gt;"-1"&lt;/span&gt;); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;cells = newRow.GetCells(); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;cells.GetNamedItem(&lt;span style="color: maroon"&gt;"Description"&lt;/span&gt;).Text = &lt;span style="color: maroon"&gt;"Any for technique"&lt;/span&gt;;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;rows.Add(newRow); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;combo2.InsertAtTop = &lt;span style="color: blue"&gt;true&lt;/span&gt;; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;combo2.UpdateUI();&lt;span style="mso-spacerun: yes"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;} &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;} &lt;span style="color: blue"&gt;else&lt;/span&gt; { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;newRow = combo2.NewRow(&lt;span style="color: maroon"&gt;"-1"&lt;/span&gt;); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;cells = newRow.GetCells(); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;cells.GetNamedItem(&lt;span style="color: maroon"&gt;"Description"&lt;/span&gt;).Text = &lt;span style="color: maroon"&gt;"Any for technique"&lt;/span&gt;; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;rows.Add(newRow); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;combo2.InsertAtTop = &lt;span style="color: blue"&gt;true&lt;/span&gt;; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;combo2.UpdateUI();&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;}&lt;span style="mso-spacerun: yes"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;} &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; color: blue; font-size: 9.5pt"&gt;function&lt;/span&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt; onInstrumentGroupLostFocus(id) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: darkgreen"&gt;// Since "Any for technique" is added on ShowDropDown event, it is highlighted automatically even if &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: darkgreen"&gt;// another InstrumentGroup is selected. hdnInstrGroupDesc is set based on intentionally selected InstrumentGroup&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: darkgreen"&gt;// and helps to retain the correct value.&lt;/span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;
&lt;p&gt; &lt;/p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt; combo2 = ISGetObject(&lt;span style="color: maroon"&gt;"wcboInstrumentGroup"&lt;/span&gt; &amp;#43; id); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt; selectedText = combo2.Text; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;if&lt;/span&gt; (combo2.Text == &lt;span style="color: maroon"&gt;"Any for technique"&lt;/span&gt; &amp;amp;&amp;amp; combo2.Value == &lt;span style="color: maroon"&gt;""&lt;/span&gt;) { &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;        &lt;/span&gt;eval(&lt;span style="color: maroon"&gt;"document.all.hdnInstrGroupDesc"&lt;/span&gt; &amp;#43; id).value = combo2.Text; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;}&lt;span style="mso-spacerun: yes"&gt;   &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;span style="color: blue"&gt;var&lt;/span&gt; InstrGroupDesc = eval(&lt;span style="color: maroon"&gt;"document.all.hdnInstrGroupDesc"&lt;/span&gt; &amp;#43; id).value;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;&lt;span style="mso-spacerun: yes"&gt;    &lt;/span&gt;combo2.SetText(InstrGroupDesc); &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="line-height: normal; margin: 0in 0in 0pt; mso-layout-grid-align: none"&gt;&lt;span style="font-family: consolas; font-size: 9.5pt"&gt;} &lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unselect a row programmatically</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unselect-a-row-programmatically/</link><pubDate>Sun, 16 Jan 2011 23:19:12 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;I’m willing to advise you further but in order to do so we would need you to elaborate on your specific scenario and possibly give us a running simple sample and a step-by-step guide that we can use to observe the problematic behavior.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt;"&gt;To check the code that is used to implement “the row adding” process, put it at the top of the list (in OnShowDropDown event) will help to determine which part that may have caused the issue.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Unselect a row programmatically</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Unselect-a-row-programmatically/</link><pubDate>Fri, 14 Jan 2011 18:05:46 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p&gt;I have two bound combos: Parent and Child. I am adding an additional row "Any for technique" to Child and display it at the top of the list using onShowDropDown event. When the user opens a  DropDown, "Any for technique" row is selected and then Child is populated with the real rows. Then I select a real row "Instrument Group 1" and DropDown closes. When I open DropDown again, both rows are selected: "Any for technique" and "Instrument Group 1". &lt;span style="font-family: calibri; font-size: 15px"&gt;If I don’t explicitly select a real row and close drop down list, “Any for technique" is selected.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I don't want "Any for technique" to be selected/highlighted. How to unselect/unhighlight it programmatically?&lt;/p&gt;
&lt;p&gt;Thanks, Ellen&lt;/p&gt;</description></item></channel></rss>