Developer Documentation Library > Interviewer - Server > Configuration and customization > Web configuration files > Settings for the Participants activity > How many records to display per page
 
How many records to display per page
The View tab displays participant records in a sample table. Users can choose how many records to display on each page by using the View Settings tab. Possible choices are 25, 50, 100, 500, or 1000 records per page; the default value is 50. You can specify other record counts and change the default setting by editing the following settings in the Participants file:
<appSettings>
  <add key="numberofitemsperpage" value="25, 50, 100, 500, 1000" />
  <add key="numberofitemsperpagedefault" value="50" />
</appSettings>
See also
Settings for the Participants activity