Skip to main content

ListView pagination format issue - Total number of page is not displaying.

  • 23 October 2022
  • 2 replies
  • 53 views

If i run listview using runtime url it is showing total number of page as below - 

26864i26A66CF8BE65723F.png

 

When i used same view as popup in form total number of page is not displaying on view, it is going below. I am using Lithium theme in the form.

26865i682C1EF27A1D6AC5.png

 

I tried to add style to move total count next to 1 as shown in image 1 but not success. 

 

If anyone is having idea on it, please let me know.

 

Thanks in advance.

Hi,

It looks as if you are using two different themes/styles? Can you please try on the same theme/style to determine if this is specific to a theme/style

List view row count is a setting that you can enable by adding this to the web.config files for the SmartForms Designer and Runtime:



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


You can find the web.config files in the following locations:
"%ProgramFiles%K2K2 smartforms Designerweb.config"
"%ProgramFiles%K2K2 smartforms Runtimeweb.config"




Reply