﻿<?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 - Lounge - Filter WebGrid on client side</title><link>http://www.intersoftsolutions.com/Community/Lounge/Filter-WebGrid-on-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>Filter WebGrid on client side</title><link>http://www.intersoftsolutions.com/Community/Lounge/Filter-WebGrid-on-client-side/</link><pubDate>Mon, 02 Jul 2018 10:52:23 GMT</pubDate><dc:creator>aiyer@intuition.com</dc:creator><category>WebGrid</category><category>Filter</category><description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Im trying to set value into WebGrid's filter textbox and apply filtering.&lt;br&gt;Here is a code Im using:&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;&amp;nbsp;var grid = ISGetObject('myGrid');&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;var filterRow = grid.RootTable.ToRowObject(grid.RootTable.GetFilterRow());&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;filterRow.GetCells().GetNamedItem('UserStatus').SetText('Active', true);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;filterRow.GetCells().GetNamedItem('UserStatus').Value = 'Active';&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;grid.Refresh();&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;After applying calling Refresh method, grid is not filtered.&lt;br&gt;I expect it to show me result with 'Active' value in 'UserStatus' column.&lt;br&gt;Did I miss here anything?&lt;br&gt;Thanks.&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>