﻿<?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 Client Side OnDataLoad Event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Client-Side-OnDataLoad-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 Client Side OnDataLoad Event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Client-Side-OnDataLoad-Event/</link><pubDate>Fri, 09 Oct 2009 04:51:11 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebCombo Clientside Events</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; mso-themecolor: text2"&gt;I suggest you to try OnShowDropDown client side event. OnShowDropDown client side event specifies the client side (Javascript) function that will be invoked when the ResultBox is about to show.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps. Please let me know if you have different scenario.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebCombo Client Side OnDataLoad Event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Client-Side-OnDataLoad-Event/</link><pubDate>Tue, 06 Oct 2009 00:04:42 GMT</pubDate><dc:creator>kaustubh.varatk@nomura.com</dc:creator><category>WebCombo Clientside Events</category><description>&lt;p&gt;this event will be fired after an item is selected. not when data is loaded. so the client will have to select one row. which is not what I require. is there any event which is fired when the data is loaded? &lt;/p&gt;
&lt;p&gt;or can i do the following:&lt;/p&gt;
&lt;p&gt;add a row in the client side code. &lt;/p&gt;
&lt;p&gt;use the onrowadded event.&lt;/p&gt;
&lt;p&gt;will this row get added after the data is populated on the result box from data source?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo Client Side OnDataLoad Event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Client-Side-OnDataLoad-Event/</link><pubDate>Mon, 05 Oct 2009 22:32:21 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebCombo Clientside Events</category><description>&lt;p&gt;You could try using the client side event AfterItemSelected for such scenario. Here is the snippet:&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;function cmb_OnAfterItemSelected(controlId)&lt;br /&gt;{&lt;br /&gt;	var cmb = ISGetObject(controlId);&lt;br /&gt;&lt;br /&gt;	var msg = "Selected item \n" &amp;#43; &lt;br /&gt;	    "Value: " &amp;#43; cmb.Value &amp;#43; "\n" &amp;#43;&lt;br /&gt;	    "Text: " &amp;#43; cmb.Text &amp;#43; "\n" &amp;#43;&lt;br /&gt;	    "Index: " &amp;#43; cmb.SelectedIndex;&lt;br /&gt;	&lt;br /&gt;	alert(msg);&lt;br /&gt;	&lt;br /&gt;	return true;&lt;br /&gt;}&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>WebCombo Client Side OnDataLoad Event</title><link>http://www.intersoftsolutions.com/Community/WebCombo/WebCombo-Client-Side-OnDataLoad-Event/</link><pubDate>Mon, 05 Oct 2009 07:00:32 GMT</pubDate><dc:creator>kaustubh.varatk@nomura.com</dc:creator><category>WebCombo Clientside Events</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want a client side event which will be fired after the data for a particular search has been loaded on the result box.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I need this funcitonality because i want to implement the following:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I populate all the selected rows of my result box in a listbox. but i want to indicate in the dropdown, which rows have been selected. so i want to compare the items in the dropdown and the listbox assoon as the dropdown colapses and shows data.&lt;/p&gt;</description></item></channel></rss>