Can I use paging in textField which bound to dataSource? When I bound dataSource to textField it show me first row in table, but if I click nextPage data in textField not chances. Paging work correct, because for example I have 13 rows datasource's table and paging works for 13 times. |
Hi Emil, In Formspider v1.1, if the fetch mode of the datasource is "Fetch All", the current row of the datasource does not change when nextPage is clicked. Since the current row of the datasource remains same, the data in the textField does not change and your problem occurs. But we have changed this behavior in Formspider v1.2. Since v1.2, when nextPage is clicked, Formspider automatically sets the first row of the newly navigated page as the current row of the datasource, meaning that the data in the textField also changes as you have expected. If you upgrade your Formspider installation from version 1.1 to 1.2, you will be able to benefit from this behavioral change and the data in the textField will change as you have expected. Best Regards, |