I have a paging grid on a form and am using the todatasubset() function in the D

I have a paging grid on a form and am using the todatasubset() function in the Data Set field and set the Rows per Page field to 10 in the Forms Designer.
"=todatasubset( pv!avpChecklist,a!pagingInfo( startIndex: 1,batchSize: -1, sort: a!sortInfo( field: "checkListName", ascending: true())))"
When I run the process, it shows all the records in the process variable on one page, sorted on the checkListName field. I was expecting to have 10 records on the page with the ability to "page" through all the records.
Am I missing something in the pagingInfo()? TIA....

OriginalPostID-112006

OriginalPostID-112006

  Discussion posts and replies are publicly visible