Skip to main content

Our ListView is wired up to a Fetch smart object that is wired up to a WCF service.

 

The results view fine, and we can use the back/forward arrows correctly.  If we go to the second page, we can hit the "Go to first" button and that works fine.  However, the "Go to last button" seems to be both disabled and missing.

wtvamp,


 


The last page button was removed for optimize performance. The last page button can be added by changing the following value to equal true.


  <add key="SmartObject.RuntimeListViewRowCount" value="false" />

refer to the document:


http://help.k2.com/onlinehelp/k2smartforms/devref/1.0.4/webframe.html#web_config_Performance.html 


 


SmartObject Execution Setting. Change the value to true if the Row Count should be enabled on List Views. If this setting is enabled, it will have an impact on performance. When using false as the value the last page button is removed and total page count is removed from the User Interface


 


 


Chad


Reply