﻿<?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 - Webcombo value is not cleared on onvaluechanged event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-value-is-not-cleared-on-onvaluechanged-event/</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>Webcombo value is not cleared on onvaluechanged event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-value-is-not-cleared-on-onvaluechanged-event/</link><pubDate>Wed, 08 Jun 2011 16:03:19 GMT</pubDate><dc:creator>anithabejawada</dc:creator><description>&lt;p&gt;Thanks Riendy,&lt;/p&gt;
&lt;p&gt;It worked fine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Anitha&lt;/p&gt;</description></item><item><title>Webcombo value is not cleared on onvaluechanged event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-value-is-not-cleared-on-onvaluechanged-event/</link><pubDate>Wed, 08 Jun 2011 03:37:47 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p /&gt;&lt;p&gt;Hello Anitha,&lt;/p&gt;
&lt;p&gt;To clear the old values in WebCombo2 based on your scenario, I suggest you to use OnLostFocus Event in WebCombo1 ClientSideEvent.&lt;/p&gt;
&lt;p&gt;You can follow codes bellow :&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebCombo1_OnLostFocus(controlId) 
   {
      var WebCombo1 = ISGetObject(controlId);
      var WebCombo2 = ISGetObject("WebCombo2");           
      WebCombo2.IsDirty = true;
      WebCombo2.NeedClearList = true;
      WebCombo2.Values = null;
      WebCombo2.ClearSelection();
      WebCombo2.RefreshValueItems();
      return true;
   }&lt;/pre&gt;
&lt;p&gt;Please let me know is it works as you expect or not ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Webcombo value is not cleared on onvaluechanged event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-value-is-not-cleared-on-onvaluechanged-event/</link><pubDate>Tue, 07 Jun 2011 14:16:48 GMT</pubDate><dc:creator>anithabejawada</dc:creator><description>&lt;p&gt;I have an issue with Webcombo (MultipleSelectionSettings).&lt;/p&gt;
&lt;p&gt;I have two webcombos, the values for combo2 (with MultipleSelectionSettings) is populated based on the value selected in combo1.&lt;br /&gt;I selected mutliple values in combo2 , changed the value in the combo1,&lt;br /&gt;ideally it has to load new data into combo2 and clear the earlier selected data, it is loading new data in the combo2 for the selected value in combo1&lt;br /&gt;but the old values are not cleared on the onvaluechanged event of combo1. I have attached the screenshots with steps to be followed to replicate the issue.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Anitha&lt;/p&gt;</description></item></channel></rss>