I had a user ask if it was possible to increase the number of documents displayed in the right pane when a folder is selected in the ProjectWise SS4 Web client. By default it is set to 30. How do I increase this value? Open the FlexibleList.ascx file located in the following folder on the web server:
C:\inetpub\wwwroot\Resources\WebControls\ProjectWise
Locate the following line and update the PageSize value to the desired number of documents to be returned.
<asp:DataPager ID="pager" runat="server" PagedControlID="flexibleList" PageSize="50">
Save the file.
JP