Hi,
My list_navigator is not navigating to another page, although I have done the following:
So, my list_navigator shows on the page beneath the table showing the first page with 10 records, but then pressing the "2"-link it won't navigate to the second page, it remains on the first 10 records.
Did I forget something?
Thanks!
You have to set the startIndex of the tablerecords as well:
StartIndex::
List_Navigation_GetStartIndex(KaaTable.Id, True)
Many thanks, that helped indeed.
but not completely: pressing the "2" does navigate me to page nr 2 thanks to your suggestion, but now it stays there even when I press the "previous button" or the "1".