﻿<?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 - getrows</title><link>http://www.intersoftsolutions.com/Community/Tags/getrows/</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/Tags/getrows/</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>