﻿<?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 - How to use same datasource for filtering as ItemsSource in UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-same-datasource-for-filtering-as-ItemsSource-in-UXGridView/</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 use same datasource for filtering as ItemsSource in UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-same-datasource-for-filtering-as-ItemsSource-in-UXGridView/</link><pubDate>Thu, 11 Dec 2014 08:44:48 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For column filtering to work properly, we need to specify &lt;em&gt;FilterItemsBinding&lt;/em&gt;, &lt;em&gt;FilterMemberPath&lt;/em&gt;, and &lt;em&gt;FilterValuePath&lt;/em&gt; properties to each column that supports data filtering.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;You can try to select distinct of category to have the 10 items to show up.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;var countries = enumCustomers.OfType&amp;lt;Customer&amp;gt;().Select(p =&amp;gt; p.Country).Distinct();&lt;/pre&gt;</description></item><item><title>How to use same datasource for filtering as ItemsSource in UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-same-datasource-for-filtering-as-ItemsSource-in-UXGridView/</link><pubDate>Mon, 08 Dec 2014 13:45:34 GMT</pubDate><dc:creator>aspireectd</dc:creator><description>&lt;p&gt;No, I simply want the built in filtering of uxgridview to provide filter options based on the itemssource of the uxgridview. &amp;nbsp;So if there are 100 items in my grid and I am filtering by category which only has 10 possible options. &amp;nbsp;I don't want all 100 items to show up in my filter box. I simply want the 10. &amp;nbsp;It seems that this should be built in somehow but I feel I am missing something.&lt;/p&gt;</description></item><item><title>How to use same datasource for filtering as ItemsSource in UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-same-datasource-for-filtering-as-ItemsSource-in-UXGridView/</link><pubDate>Mon, 08 Dec 2014 04:25:39 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Apologize for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I created a simple project of UXGridView (bind to WCF RIA services using MVVM pattern) and implement data filtering using UXDataFilter control.&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;How do I simply use the itemsource for UXGridView as my source for filtering?&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I assume that you want to bind an identical data source to UXDataFilter and your UXGridView. UXDataFilter supports both client and server data operation. When you set the QueryOperation to Client, UXDataFilter will process the data paging operation in the client against the given data source.&lt;br&gt;For more detail, please run the attached sample project, and open "Customers" page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to use same datasource for filtering as ItemsSource in UXGridView</title><link>http://www.intersoftsolutions.com/Community/ClientUI/How-to-use-same-datasource-for-filtering-as-ItemsSource-in-UXGridView/</link><pubDate>Mon, 24 Nov 2014 15:34:08 GMT</pubDate><dc:creator>aspireectd</dc:creator><description>&lt;p&gt;How do I simply use the itemsource for UXGridView as my source for filtering? &amp;nbsp;I don't seem to see any example of how to do this?&lt;/p&gt;&lt;p&gt;Brent&lt;/p&gt;</description></item></channel></rss>