Web Client - Number Of Rows In Grid

camo

Active Member
Our jas.ini file is as follows :
# Global Page size for grids.
# This setting overrides the application level page size when the application level page size is smaller # than this setting.
# Valid values are from 0 to 100. When this value is greater than 100, the Global Page size will be set # to 100.
# The default value is 0, which will never override application level page size.
GlobalPageSize=25
# the default section size for "go to end" functionalilty
# if there are more than 60 visible columns on the grid, the system will reduce this section size by 50%.
SectionSize=100

The explanation refers to an "application level page size".
I was wondering whether anyone has found a way to set this on an application by application (or module by module) fashion.

Users from an area such as finance are regularly referencing multiple rows in their enquiry screens, where as a sales order entry person may be fine with the the 25 row default.
They will both have quite different expectations on performance as well.

Anyone tackled this dilemma ?
 
Camo,

If I remember correctly, you can set it at the application/form level using the grid properties in FDA.
 
Back
Top