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.
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