Skip to Main Content
Status Already Exists
Categories SmartForms
Created by Guest
Created on Oct 14, 2022

List View Navigation to Last Page

The list view has double arrows to navigate back to the first page. There should also be double arrows to navigate to the last page.

  • Attach files
  • Guest
    Reply
    |
    Nov 23, 2022

    Hello,

    It is possible by activating it:

    Open the web.config file located in K2 installation folder > K2 Designer folder and change the “SmartObject.RuntimeListViewRowCount” property (in the AppSettings section) to true.

    That shows the Total Number of Pages on K2 SmartForms and also allow the user to navigate to the latest page of the list view.

    WARNING!!

    This is affecting the performance of the form load (as it is calculating all data to be able to see the total number) and can not be activated for a single list view or an application. Once activated, it is applied to the all platform.

    Hope it helps.

    Amanda