<?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 clearing the grid for OnDemandGrid in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655571#M61150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the sample at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_paging.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/fl_paging.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There suppose to be a check if there are valid records, but it doesn't work in this sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had added an input field and button to be able to do a query.&amp;nbsp; If the query is valid, I get results. If the query produces no results, the grid doesn't clear; it show the records from the previous successful records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know how to clear the grid without clearing the query string?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dorothy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2013 18:06:27 GMT</pubDate>
    <dc:creator>DorothyMortenson</dc:creator>
    <dc:date>2013-12-04T18:06:27Z</dc:date>
    <item>
      <title>clearing the grid for OnDemandGrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655571#M61150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was using the sample at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_paging.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/fl_paging.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There suppose to be a check if there are valid records, but it doesn't work in this sample.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had added an input field and button to be able to do a query.&amp;nbsp; If the query is valid, I get results. If the query produces no results, the grid doesn't clear; it show the records from the previous successful records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know how to clear the grid without clearing the query string?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dorothy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 18:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655571#M61150</guid>
      <dc:creator>DorothyMortenson</dc:creator>
      <dc:date>2013-12-04T18:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: clearing the grid for OnDemandGrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655572#M61151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just set the store's data to an empty string then refresh the grid:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;grid.store.setData("");
grid.refresh();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655572#M61151</guid>
      <dc:creator>JohnathanBarclay</dc:creator>
      <dc:date>2021-12-12T03:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: clearing the grid for OnDemandGrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655573#M61152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice! Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 13:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655573#M61152</guid>
      <dc:creator>DorothyMortenson</dc:creator>
      <dc:date>2013-12-05T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: clearing the grid for OnDemandGrid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655574#M61153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johnathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this &lt;/P&gt;&lt;OL class="dp-c" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="background-color: inherit; color: black; font-weight: inherit; font-size: 9pt !important; font-style: inherit;"&gt;grid.store.setData("");&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;grid.refresh(); &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;still work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;I'm trying the same but the grid will not clear....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 11:50:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/clearing-the-grid-for-ondemandgrid/m-p/655574#M61153</guid>
      <dc:creator>ChristianSailer2</dc:creator>
      <dc:date>2015-10-12T11:50:57Z</dc:date>
    </item>
  </channel>
</rss>

