Skip to main content

Hi Mates,

Can we display the total number of pages in Samrtforms ListView.?

Hi,

 

Yes you can enable this from the smartforms runtime web.config file, but it's not recommended as it affects the performance

 

take a backup of the web.config before edititng

 

Find this:

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

and change the value to "true"

Save

Perform IISRESET

 

wish this helps

 


After changin the config file we can achieve this functionality but there is draw back for this solution becaseu on pagination  will load all the data on every click and this will send to server so performance will be slow mainly when high data is list .

-Arvind


Thanks Avind for your feedback, as I mentioned in my post "it's not recommended as it affects the performance"


Is this still an issue on K2 Five?

 

I would like to have the page counter.

 

Kind regards.


This was never an issue. The option to turn on the feature is there, but there are tradeoffs when you turn it on. It's a design consideration you need to make.


Reply