﻿<?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 - ClientUI - UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</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>UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</link><pubDate>Tue, 07 Jun 2011 23:46:58 GMT</pubDate><dc:creator>bap3</dc:creator><description>&lt;p&gt;Yes, that is exactly what i did.  I figured out how to update the querydescriptor.FilterDescriptors via MVVM using search fields next to the GridView. (see picture) Filtering is working great. Thanks!&lt;/p&gt;</description></item><item><title>UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</link><pubDate>Tue, 07 Jun 2011 23:41:18 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Thank you for appreciate BP.&lt;/p&gt;
&lt;p&gt;To filter data in UXGridView by inputing value in textbox without picking values in checkbox, unfortunately your scenario can't handled it yet so far. UXGridView filter show filtering by picking values from a checkbox. It is use to know what existed values in data. So when the inputed value doesn't exist in database, the UXGridView will not bind any data, then you may not get an empty data in UXGridView. &lt;/p&gt;
&lt;p&gt;If you still want to do the scenario, I suggest you to use TextBlock beside UXGridView to input the value that should be bind to the UXGridView.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;Riendy&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</link><pubDate>Mon, 06 Jun 2011 10:58:02 GMT</pubDate><dc:creator>bap3</dc:creator><description>&lt;p&gt;btw.  your developers are incredible.  i've spent the last 2 weeks learning your clientUI framework and absolutely love it!  keep up the great work!&lt;/p&gt;</description></item><item><title>UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</link><pubDate>Mon, 06 Jun 2011 06:13:48 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi BP, &lt;/p&gt;&lt;p&gt;I got the point as you expect for result. Your question has been forwarded to our developers to know how to filter in UXGridView without picking checkBox in a list. I will let you know for the updates from them.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>UXGridView Filtering Question</title><link>http://www.intersoftsolutions.com/Community/ClientUI/UXGridView-Filtering-Question/</link><pubDate>Fri, 03 Jun 2011 16:05:21 GMT</pubDate><dc:creator>bap3</dc:creator><description>&lt;p&gt;I need to filter the GridView by adding a custom filter to a last name column....where the filter operator = "StartsWith".  The filter editor must allow the user to enter 1 or more letters of the last name.  Here's how i see the filter working:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;the user clicks on the filter icon on the Last Name column.&lt;/li&gt;&lt;li&gt;a custom filter editor is displayed with a textbox.&lt;/li&gt;&lt;li&gt;the user enters 1 or more letters in a text box and click apply&lt;/li&gt;&lt;li&gt;the FilterDescripter on the QueryDescripter is updated and the QueryChanged event is called.&lt;/li&gt;&lt;/ol&gt;
&lt;p&gt;Currently, all your examples show filtering by picking values from a checkbox in a list.  &lt;/p&gt;
&lt;p&gt;Can this be done?  If so, can you direct me to some sample code?  Thanks!&lt;/p&gt;</description></item></channel></rss>