<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Grid widget simple filter box - how does it work? in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1051323#M71135</link>
    <description>&lt;P&gt;thanks Rocko, but I'm not having issues with it working.&amp;nbsp; As I type values into the filter box the grows in the grid are indeed being filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I didn't understand is how the value typed into the box was being used by thingworx to filter the grid.&amp;nbsp; I mean, I could type "WHITE" into the filter and magically only rows having Finish Color = WHITE and then if I type F14 in the filter, the grid would update and only show rows having Product Code that starts with F14.&amp;nbsp; I didn't understand how thingworx knew which field I wanted it to filter on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like I asked in my initial post, I was guessing it was filtering on every column.&amp;nbsp; So, if any cell has a value starting with the values I type into the filter, that row would be displayed.&amp;nbsp; I did a lot more testing and found that it does filter every column but the row is displayed if any cell "contains" my value, not just "begins with".&amp;nbsp; I guess this type of filtering is broadly termed "Simple Search" or&amp;nbsp; "Linear Search" or "Sequential Search".&amp;nbsp; I learned something!&amp;nbsp; Now I understand why "Simple" is included in the heading in the help center "Adding Simple Filter Box".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jan 2026 12:53:48 GMT</pubDate>
    <dc:creator>steve237</dc:creator>
    <dc:date>2026-01-18T12:53:48Z</dc:date>
    <item>
      <title>Grid widget simple filter box - how does it work?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050573#M71112</link>
      <description>&lt;P&gt;I can't find an explanation of how this filter works in order to explain to users how to use it.&amp;nbsp; If I type "abc" into it will it return all rows where any cell has a value starting with abc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steve237_0-1768270548074.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/133343iE21742A315ED9B0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="steve237_0-1768270548074.png" alt="steve237_0-1768270548074.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 02:21:26 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050573#M71112</guid>
      <dc:creator>steve237</dc:creator>
      <dc:date>2026-01-13T02:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Grid widget simple filter box - how does it work?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050575#M71113</link>
      <description>&lt;P&gt;this is from the help center, but not really helpful&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="steve237_0-1768270973745.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/133344i3B1C1D3EAB7D7B25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="steve237_0-1768270973745.png" alt="steve237_0-1768270973745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 02:23:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050575#M71113</guid>
      <dc:creator>steve237</dc:creator>
      <dc:date>2026-01-13T02:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Grid widget simple filter box - how does it work?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050793#M71119</link>
      <description>&lt;P&gt;It works for me, I didn't do anything else than 1) bind the datasource and 2) check the "showfilter" box.&lt;/P&gt;
&lt;P&gt;Note this does not re-execute the service that delivers the data. It is a filter working only on the data you already loaded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to re-execute the service to only give you the filtered rows back, you need to use either the&amp;nbsp;Chip Based Data Filter, or maybe the method described here:&amp;nbsp;&lt;A href="https://support.ptc.com/help/thingworx/platform/r10.1/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/SortingSearchingAndFilteringInAdvancedGridAndTreeGrid.html" target="_blank"&gt;https://support.ptc.com/help/thingworx/platform/r10.1/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/SortingSearchingAndFilteringInAdvancedGridAndTreeGrid.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 09:05:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1050793#M71119</guid>
      <dc:creator>Rocko</dc:creator>
      <dc:date>2026-01-14T09:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Grid widget simple filter box - how does it work?</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1051323#M71135</link>
      <description>&lt;P&gt;thanks Rocko, but I'm not having issues with it working.&amp;nbsp; As I type values into the filter box the grows in the grid are indeed being filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I didn't understand is how the value typed into the box was being used by thingworx to filter the grid.&amp;nbsp; I mean, I could type "WHITE" into the filter and magically only rows having Finish Color = WHITE and then if I type F14 in the filter, the grid would update and only show rows having Product Code that starts with F14.&amp;nbsp; I didn't understand how thingworx knew which field I wanted it to filter on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like I asked in my initial post, I was guessing it was filtering on every column.&amp;nbsp; So, if any cell has a value starting with the values I type into the filter, that row would be displayed.&amp;nbsp; I did a lot more testing and found that it does filter every column but the row is displayed if any cell "contains" my value, not just "begins with".&amp;nbsp; I guess this type of filtering is broadly termed "Simple Search" or&amp;nbsp; "Linear Search" or "Sequential Search".&amp;nbsp; I learned something!&amp;nbsp; Now I understand why "Simple" is included in the heading in the help center "Adding Simple Filter Box".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2026 12:53:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Grid-widget-simple-filter-box-how-does-it-work/m-p/1051323#M71135</guid>
      <dc:creator>steve237</dc:creator>
      <dc:date>2026-01-18T12:53:48Z</dc:date>
    </item>
  </channel>
</rss>

