<?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 dgrid not showing all the records of a query in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477669#M44366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm populating a dgrid with the results of a query task and the dgrid is not populating all of the records for the specific day selected with the date picker.&amp;nbsp; Is there an extra bit of code that I need to insert to change the max number of records allowed?&amp;nbsp; We could have up to 17,300 records for a given day and we want to show all of those records in the dgrid as well as show them on the screen when clicking the Show On Map button.&amp;nbsp; The code is on jsfiddle here:&lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/mrogers83/Hz59f/8/"&gt;http://jsfiddle.net/mrogers83/Hz59f/7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our services are not public facing, so you may have to put your own services in to see if what you are changing will work, or you can just give me suggestions, and I'll try them until I get something that works:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2014 18:19:40 GMT</pubDate>
    <dc:creator>MichelleRogers1</dc:creator>
    <dc:date>2014-03-11T18:19:40Z</dc:date>
    <item>
      <title>dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477669#M44366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm populating a dgrid with the results of a query task and the dgrid is not populating all of the records for the specific day selected with the date picker.&amp;nbsp; Is there an extra bit of code that I need to insert to change the max number of records allowed?&amp;nbsp; We could have up to 17,300 records for a given day and we want to show all of those records in the dgrid as well as show them on the screen when clicking the Show On Map button.&amp;nbsp; The code is on jsfiddle here:&lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/mrogers83/Hz59f/8/"&gt;http://jsfiddle.net/mrogers83/Hz59f/7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our services are not public facing, so you may have to put your own services in to see if what you are changing will work, or you can just give me suggestions, and I'll try them until I get something that works:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 18:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477669#M44366</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-11T18:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477670#M44367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michelle,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default the maximum number of records returned by the server is set to 1,000.&amp;nbsp; You can increase this by right-click on the service in the Catalog window &amp;gt; Service Properties &amp;gt; Parameters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477670#M44367</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-03-12T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477671#M44368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Michelle,&lt;BR /&gt;&lt;BR /&gt;By default the maximum number of records returned by the server is set to 1,000.&amp;nbsp; You can increase this by right-click on the service in the Catalog window &amp;gt; Service Properties &amp;gt; Parameters.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We increased the number of records returned by the server to 2,000 but the maximum number of records being returned to the dgrid is 250.&amp;nbsp; Is there a way to increase this to match the number of records being returned by the server?&amp;nbsp; If I need to do paging, that would be ok too, I just need a way to display all of the records that are being returned by the server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:41:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477671#M44368</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-12T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477672#M44369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you setting the idProperty of the store? See this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/98736-dGrid-is-not-showing-all-the-records-of-a-query"&gt;thread&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 21:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477672#M44369</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-03-12T21:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477673#M44370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you setting the idProperty of the store? See this &lt;A href="http://forums.arcgis.com/threads/98736-dGrid-is-not-showing-all-the-records-of-a-query"&gt;thread&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set the idProperty, still no change in the number of records the dgrid is showing.&amp;nbsp; I want to say that I saw somewhere that the max number of records a dgrid shows is 250, but not 100% sure.&amp;nbsp; I am wondering if there is a way to change that max number of records?&amp;nbsp; I realize the script will take longer to run, but it would be worth it if I can access all of the records for one day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 11:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477673#M44370</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2014-03-13T11:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477674#M44371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a grid showing over 2000 records, built using this code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
var data = arrayUtils.map(results.features, function (feature) {
&amp;nbsp;&amp;nbsp; return lang.clone(feature.attributes);
});
var memStore = new Memory({ data: data, idProperty: "OBJECTID" });
var diveGrid = new (declare([Grid, Selection, DijitRegistry, ColumnHider]))({
&amp;nbsp;&amp;nbsp; id: "diveGrid",
&amp;nbsp;&amp;nbsp; bufferRows: Infinity,
&amp;nbsp;&amp;nbsp; columns: parameters.diveQueryDgridColumns,
&amp;nbsp;&amp;nbsp; selectionMode: "single",
&amp;nbsp;&amp;nbsp; store: memStore
});&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:06:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477674#M44371</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-12-11T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: dgrid not showing all the records of a query</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477675#M44372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have a grid showing over 2000 records, built using this code&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
var data = arrayUtils.map(results.features, function (feature) {
&amp;nbsp;&amp;nbsp; return lang.clone(feature.attributes);
});
var memStore = new Memory({ data: data, idProperty: "OBJECTID" });
var diveGrid = new (declare([Grid, Selection, DijitRegistry, ColumnHider]))({
&amp;nbsp;&amp;nbsp; id: "diveGrid",
&amp;nbsp;&amp;nbsp; bufferRows: Infinity,
&amp;nbsp;&amp;nbsp; columns: parameters.diveQueryDgridColumns,
&amp;nbsp;&amp;nbsp; selectionMode: "single",
&amp;nbsp;&amp;nbsp; store: memStore
});&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where is that code, inside your function?&amp;nbsp; I tried modifying my code, but it kept giving me errors.&amp;nbsp; My code is on jsfiddle here:&lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/mrogers83/Hz59f/10/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://jsfiddle.net/mrogers83/Hz59f/10/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may have to replace my services with your own because they are not public facing services due to the information being private information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/dgrid-not-showing-all-the-records-of-a-query/m-p/477675#M44372</guid>
      <dc:creator>MichelleRogers1</dc:creator>
      <dc:date>2021-12-11T21:06:09Z</dc:date>
    </item>
  </channel>
</rss>

