<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>a!gridField() pagination issue</title><link>https://community.appian.com/discussions/f/user-interface/17636/a-gridfield-pagination-issue</link><description>Hello, 
 I am using a!gridField() with &amp;#39; data &amp;#39; as datasubset, &amp;#39; columns &amp;#39; , &amp;#39; pagingSaveInto &amp;#39; and &amp;#39; emptyGridMessage &amp;#39; defined into it. Data comes in chunks from the external end point (using API). 
 My page contains filter section and grid section</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69464?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 14:16:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3e19c062-2874-4f07-9379-931d3ef19819</guid><dc:creator>jignac0001</dc:creator><description>&lt;p&gt;Yes, all is set like this as required. However&amp;nbsp;I tried few hacks and&amp;nbsp;I got the issue and resolved it , Thanks for help.&lt;/p&gt;
&lt;p&gt;Earlier: grid field&amp;#39;s data was set as below which was showing error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; data: if(ri!tasklist_ds.totalCount=0,null,ri!tasklist_ds),&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now:&amp;nbsp;removing the if condition in &amp;quot;data&amp;quot; parameter solved my issue.&lt;/p&gt;
&lt;p&gt;data:ri!tasklist_ds,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for Help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69463?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 13:00:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e099c636-82a1-4bb2-af78-42a2c074c9c7</guid><dc:creator>Dimitris Soulovaris</dc:creator><description>&lt;p&gt;You said that you have a with() block.&lt;/p&gt;
&lt;p&gt;Check the Manual Paging&amp;nbsp;section&amp;nbsp;on the following link:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/read-only-grid-configuration.html#manual-paging"&gt;https://docs.appian.com/suite/help/19.3/read-only-grid-configuration.html#manual-paging&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, here is an ideal recipe for filtering data in a grid:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/recipe-filter-the-data-in-a-grid.html"&gt;https://docs.appian.com/suite/help/19.3/recipe-filter-the-data-in-a-grid.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69459?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 12:25:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9af92ab2-a698-4423-b6b5-e9caf98890bb</guid><dc:creator>jignac0001</dc:creator><description>&lt;p&gt;Thanks Dimitris.&lt;/p&gt;
&lt;p&gt;The new gridField() don&amp;#39;t have the &amp;quot;&lt;strong&gt;value&lt;/strong&gt;&amp;quot; parameter, that is the reason we are not able to re-set it as&amp;nbsp;&amp;nbsp;&lt;span class="x_ss"&gt;value:&lt;/span&gt; &lt;span class="x_k"&gt;local!pagingInfo&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="x_k"&gt;The old version&amp;nbsp;&lt;span&gt;a!gridField_19r1() had the value parameter, but the new version don&amp;#39;t have it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69458?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 12:20:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:558dd012-b68c-4e5b-9b8c-b90df9640602</guid><dc:creator>jignac0001</dc:creator><description>&lt;p&gt;Hello Vinay, Thanks for reply.&lt;/p&gt;
&lt;p&gt;I have already set &lt;span&gt;&amp;nbsp;startindex to 1&amp;nbsp;&lt;/span&gt;into Filter Apply button&amp;#39;s save-into block. it holds start index 1. Still showing the error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69455?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 11:47:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04366cc1-aa51-4734-b081-e6f7b617b1a0</guid><dc:creator>Dimitris Soulovaris</dc:creator><description>&lt;p&gt;Be sure you have included the datasubset inside with() block, your startIndex is set to 1 and at the end of the grid you have the following config:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span class="ss"&gt;value:&lt;/span&gt; &lt;span class="k"&gt;local!pagingInfo&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;
&lt;span class="ss"&gt;saveInto:&lt;/span&gt; &lt;span class="k"&gt;local!pagingInfo&lt;/span&gt;&lt;span class="ow"&gt;,&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;You can go&amp;nbsp;through the tutorial and look at the samples.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/19.3/Paging_Grid_Component_191.html"&gt;https://docs.appian.com/suite/help/19.3/Paging_Grid_Component_191.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: a!gridField() pagination issue</title><link>https://community.appian.com/thread/69454?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 11:32:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0fece18c-1750-467b-a91d-d80fdf7dce13</guid><dc:creator>vinayr214137</dc:creator><description>&lt;p&gt;Hii,&lt;/p&gt;
&lt;p&gt;On the filter saveInto, please reset the startindex to 1, it will solve your issue.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>