Hello,
We decided not to make the setting available in the Web Interface Configuration tool. You can configure the default page size for AD object lists by editing Web Interface source files. To do this:
-
Make sure the Web Interface Configuration tool is closed.
-
Open the folder where your Web Interface is installed. By default, Adaxes Web Interfaces are installed to the following folders:
- Administrators: C:\Program Files\Softerra\Adaxes 3\Web Interface\Admin\
- Help Desk: C:\Program Files\Softerra\Adaxes 3\Web Interface\HelpDesk\
- Self-Service: C:\Program Files\Softerra\Adaxes 3\Web Interface\SelfService\
-
Find the Web.config file and open it in a text editor.
-
Find the following tag in the file:
<directoryGridView possiblePageSizes="...">
-
Add the defaultPageSize element to the tag and specify the default page size, for example:
<directoryGridView possiblePageSizes="10,15,20,50,100" defaultPageSize="15">
-
Save the file and restart IIS.