0 votes

Default Page Size
We have added an option to set the default page size for Active Directory object lists.

I do not find this option or configuer
Thank you

by (120 points)

1 Answer

0 votes
by (216k points)

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:

  1. Make sure the Web Interface Configuration tool is closed.

  2. 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\
  3. Find the Web.config file and open it in a text editor.

  4. Find the following tag in the file:
    <directoryGridView possiblePageSizes="...">

  5. Add the defaultPageSize element to the tag and specify the default page size, for example:
    <directoryGridView possiblePageSizes="10,15,20,50,100" defaultPageSize="15">

  6. Save the file and restart IIS.

Related questions

0 votes
1 answer

Can anyone tell me where the value is buried to change the default page size from 10 to the max for quicker search results? Currently you search for something get 100 results and have to browse page by page 10 results at a time. Not effective.

asked May 28, 2013 by trscott (80 points)
+2 votes
0 answers

This can be setup using the HTTP Redirect option in IIS: On the computer where Adaxes Web Interface is installed, launch Internet Information Services (IIS) Manager. In the Connections ... (301). In the Actions pane on the right, click Apply. Restart IIS.

asked Oct 30, 2019 by Adaxes (550 points)
0 votes
1 answer

I think this started happening back in August when we updated to the current version (3.13.18.106.0). We are not sure though because this only affects the web page ... We would prefer not to allow access through a firewall for this. Screenshot of the error:

asked Nov 23, 2020 by mark.it.admin (2.3k points)
0 votes
1 answer

Is it possible to change the default domain on the User Logon Name field, in the Create User Web Interface screen? Similarly, is it possible to change the User Logon Name (pre-Windows 2000) prefix?

asked Apr 15, 2014 by sdavidson (730 points)
0 votes
1 answer

We're in the process of setting up self service and the big complaint we are receiving is that the fonts are very small. Is there a CSS file, or configuration setting we can change to make the font larger on the self service site? Thanks!

asked Jun 26, 2017 by spencerp (120 points)
3,348 questions
3,049 answers
7,789 comments
545,046 users