﻿<?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 clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</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 clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Tue, 12 Mar 2013 22:47:58 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>&lt;p&gt;Hi Nikola,&lt;/p&gt;&lt;p&gt;Glad that the solution that I gave is the one that you wanted. However, I think it must to show the dropdown because it will trigger the WebCombo to show its collection inside ResultBox so we can choose the value in there. After the value has been populated inside WebCombo we can select the value from resultbox. If you have any further question, please don't hesitate to ask us. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>Webcombo clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Fri, 08 Mar 2013 04:10:55 GMT</pubDate><dc:creator>sinan.biondic@gmail.com</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>&lt;p&gt;Bernard thank you for your effort. I've checked your sample, it is exactly what i need, and it works, but showing the drop down is just not an option here and I'll have to find workaround. But still, thank you.&lt;/p&gt;</description></item><item><title>Webcombo clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Thu, 07 Mar 2013 21:47:35 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>Hi Nikola,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Sorry for my mistake. From the scenario that you mentioned earlier, I have made you an simple sample. However, it still need to show the Dropdown to trigger WebCombo to load its data. Then it wouldn't take long time to take its value to WebCombo but still it needs delay to set the selected value of WebCombo.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I attached my sample here. In my sample, I'm using WebCombo as menu that will send Additional Filter to another WebCombo and select first row of WebCombo. Could you look for my sample and please tell me if I have any wrong configuration or scenario regarding your problem? Hope this helps.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Bernard&lt;/div&gt;</description></item><item><title>Webcombo clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Thu, 07 Mar 2013 05:07:09 GMT</pubDate><dc:creator>sinan.biondic@gmail.com</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>&lt;p&gt;There has to be a better way, I mean i have to show the resultbox, open it on the screen and then close it, which for some reason doesn't happen immediately. &lt;/p&gt;&lt;p&gt;Ok here is what i want to do: I have a combo in which data is loaded on server side in InitializeDataSource event. On client side I have a menu, every menu item has ID. Click on menu item has to cause filter application on my combo according to clicked menuitem's ID. Also, when that happens, I want to select the first row in combo&lt;span style="font-size: 10pt;"&gt;, &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;and &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;get &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;the &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;data &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;from &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;that &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;selected &lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;row.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Now, I would like to do that without showing the result box.&lt;/p&gt;
&lt;p&gt;Here is my combo:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;iswebcombo:WebCombo ID="cmbGodina" runat="server" AllowWildCardSearch="false" Width="200" 
 Height="20" DataValueField="IdRedaMenu" DropDownRows="1000"
 ViewStateStorage="None" EnableWebResources="Auto" DataTextField="Naziv"&amp;gt;
 &amp;lt;LayoutSettings ComboMode="MultipleColumns" EnableAnimation="False" AlwaysShowAllRowsOnDropdown="true" 
 EntryMode="AutoComplete" StatusBoxPosition="Top" StatusBoxVisible="false"&amp;gt;
 &amp;lt;ClientSideEvents OnAfterItemSelected="cmbGodina_OnAfterItemSelected" OnShowDropDown="cmbGodina_OnShowDropDown" /&amp;gt;
 &amp;lt;/LayoutSettings&amp;gt;
 &amp;lt;Columns&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="Naziv" HeaderText="&amp;lt;%$GetString:00_pub_Name%&amp;gt;" BaseFieldName="Naziv" Width="200" /&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="IdObrasca" Hidden="true" RenderOnHidden="true" BaseFieldName="IdObrasca" /&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="DatumDo" Hidden="true" RenderOnHidden="true" BaseFieldName="DatumDo" /&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="XsltFile" Hidden="true" RenderOnHidden="true" BaseFieldName="XsltFile" /&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="ProcFile" Hidden="true" RenderOnHidden="true" BaseFieldName="ProcFile" /&amp;gt;
 &amp;lt;iswebcombo:WebComboColumn Name="AspxPage" Hidden="true" RenderOnHidden="true" BaseFieldName="AspxPage" /&amp;gt;
 &amp;lt;/Columns&amp;gt;
 &amp;lt;/iswebcombo:WebCombo&amp;gt;&lt;/pre&gt;
&lt;p&gt; This intersoft webcombo control has caused me to lose hours and hours of my time, and it is really non intuitive to use. I can do al the complicating stuff like dynamical databinding but i can't do simple stuff like selecting a row.&lt;/p&gt;
&lt;p&gt;I dont' think something like that can be so complicated.&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>Webcombo clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Thu, 07 Mar 2013 02:05:46 GMT</pubDate><dc:creator>bernard</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>&lt;p&gt;Hi Nikola,&lt;/p&gt;&lt;p&gt;To achieve this scenario, you can open the resultbox first so WebCombo will load its value to ResultBox. And then when the value has been loaded, you can set the WebCombo's value from ResultBox. I also made you a simple sample regarding this problem. Could you look for my code and please tell me if there's misconfiguration in my code? Hope it will help you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Bernard&lt;/p&gt;</description></item><item><title>Webcombo clientside Row collection manipulation</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Webcombo-clientside-Row-collection-manipulation/</link><pubDate>Wed, 06 Mar 2013 14:17:28 GMT</pubDate><dc:creator>sinan.biondic@gmail.com</dc:creator><category>WebCombo</category><category>SetSelectedIndex</category><category>clientside</category><category>row</category><category>slient-side</category><category>collection</category><category>manipulation</category><category>selectedindex</category><category>getrows</category><description>&lt;p&gt;I'm having problems retrieving row colection from webcombo. My combo is serverside binded, and in clientside pageload event I'm trying to get rows from combo. However i get nothing from method GetRows(). Applying filters is working fine but variable rows is null, and setselectedindex(1) does nothing.&lt;/p&gt;&lt;pre&gt;function setComboFilter(idMenu) {
    var combo = ISGetObject('cmbGodina');
    var rows = combo.getRows();
    combo.ClearAdditionalFilters();
    combo.SetAdditionalFilters("[IdRedaMenu] = " &amp;#43; idMenu);
    combo.SetSelectedRowByValue(String(idMenu));
    combo.SetSelectedIndex(1);
}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>