﻿<?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 - get All the values and Text  in the WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/get-All-the-values-and-Text-in-the-WebCombo/</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>get All the values and Text  in the WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/get-All-the-values-and-Text-in-the-WebCombo/</link><pubDate>Mon, 25 Oct 2010 22:31:27 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>get</category><category>value</category><category>Text</category><description>&lt;p&gt;&lt;span class="postusername"&gt;thank you!&amp;nbsp;&lt;a class="contentlink" href="http://www.intersoftpt.com/Community/Users/handy@intersoftpt.com/"&gt;&lt;span style="color: #165fa7; font-size: 15px"&gt;Handy Surya&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>get All the values and Text  in the WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/get-All-the-values-and-Text-in-the-WebCombo/</link><pubDate>Thu, 21 Oct 2010 10:18:27 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>get</category><category>value</category><category>Text</category><description>&lt;p&gt;Hello Frank,&lt;/p&gt;&lt;p&gt;Unfortunately, you could not do that if WebCombo has not loaded the data yet. It will only load the data after you clicked to show the drop down.&lt;br /&gt;However, you can trigger this at &lt;b&gt;OnInitialize &lt;/b&gt;clientside event.&lt;br /&gt;After it loaded the data, you can access the rows.&lt;br /&gt;Below, is the attached code. &lt;/p&gt;&lt;pre&gt;function WebCombo1_OnInitialize(controlId)
{
       var combo = ISGetObject("WebCombo1");
       combo.ShowDropDown();
       return true;
}
 function Button1_onclick() 
{
            var combo = ISGetObject("WebCombo1");
            alert(combo.GetRows()[0].Value);
}&amp;nbsp;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;Hope it helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>get All the values and Text  in the WebCombo</title><link>http://www.intersoftsolutions.com/Community/WebCombo/get-All-the-values-and-Text-in-the-WebCombo/</link><pubDate>Thu, 21 Oct 2010 03:35:56 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>get</category><category>value</category><category>Text</category><description>
&lt;p&gt;For example:&lt;br /&gt;I have bound a Accessdatasouce to WebCombo1.&lt;br /&gt;WebCombo1 has 3 rows.&lt;br /&gt;&lt;strong&gt;when Mouse not focus on WebCombo1,&amp;nbsp;How can I get the 3 rows,and these rows's Text and Value&amp;nbsp;?&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>