﻿<?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 - Displaying an empty cell in Child combo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Displaying-an-empty-cell-in-Child-combo/</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>Displaying an empty cell in Child combo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Displaying-an-empty-cell-in-Child-combo/</link><pubDate>Thu, 05 May 2011 17:16:41 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello Ellen,&lt;/p&gt;
&lt;p&gt;You can use ClearSelection() method to display an empty cell. Here is the following code:&lt;/p&gt;&lt;pre&gt;function DoClear()
{
   var combo = ISGetObject("wcProduct");
   combo.ClearSelection();
}&lt;/pre&gt;
&lt;p&gt;Invoke this script using button or any control you like. It will clear the selection you made in the combo.&lt;/p&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>Displaying an empty cell in Child combo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Displaying-an-empty-cell-in-Child-combo/</link><pubDate>Thu, 05 May 2011 14:26:22 GMT</pubDate><dc:creator>ellpan</dc:creator><description>&lt;p&gt;I have two linked bound combos: Parent and Child. I select a row in a Parent combo and then Child combo is populated, but nothing is displayed first. Then I select a row in a Child combo. Then, I want to unselect a row is a Child combo (display an empty cell). If I delete the content of the cell and leave the cell (loose focus), the previously selected cell is displayed. How to unselect everything (display an empty cell) in a Child combo? Thanks, Ellen.&lt;/p&gt;</description></item></channel></rss>