Steps
1. Open the web.config file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication)
2. Under the appSettings section add the key <add key = "Inbox_RowsPerPage" value = "20" />
3. Define the number of rows you want to display per page.
4. Save the file.
5. Perform an IIS reset
6. Review your query results.
|