﻿<?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 - WebGrid Enterprise - How to: select Filter Row in client side</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-select-Filter-Row-in-client-side/</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>How to: select Filter Row in client side</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-select-Filter-Row-in-client-side/</link><pubDate>Wed, 18 May 2011 23:46:21 GMT</pubDate><dc:creator>MarTin</dc:creator><category>WebGrid FilterRow</category><description>&lt;p&gt;You can try the following code:&lt;/p&gt;&lt;pre&gt;function SelectFilter()
{
   var grid = ISGetObject("WebGrid1");
   var FilterRowEl = grid.RootTable.GetFilterRow();
   var FilterRow = grid.RootTable.ToRowObject(FilterRowEl);
   FilterRow.Select();  // Select the Filter Row

   var cells = FilterRow.GetCells();
   cells.GetNamedItem("CustomerID").ActivateEdit();   // Activate the Filter's edit mode
}&lt;/pre&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>How to: select Filter Row in client side</title><link>http://www.intersoftsolutions.com/Community/WebGrid/How-to-select-Filter-Row-in-client-side/</link><pubDate>Wed, 18 May 2011 11:59:52 GMT</pubDate><dc:creator>jbailon@grupovillar.es</dc:creator><category>WebGrid FilterRow</category><description>&lt;p&gt;I need select the filter row i client side before to do a postback. How I can to do that&lt;/p&gt;</description></item></channel></rss>