Knowledge Base Article #1375:

CarePortal - ANALYSIS & REPORTING: Filter Form Load Type Descriptions

In the Filter Form page in ANALYSIS & REPORTING as a drop-down field for various Load Type options.  The four choices and their descriptions are:

Load Type: Description

Synchronous: Default behavior. The rows are being shown when they are requested. The top band's scroll bar is being adjusted after the rows are appended.
 
Portioned: The top band's scroll bar is rendered to accomodate all rows from the server. When it is scrolled beyond the loaded amount of the rows the grid waits until all rows are fetched up to the point of the scroll bar. The setting does not affect child rows. 

Virtual: The top band's scroll bar is rendered to accomodate all rows from the server. When it is scrolled to the area where no rows were fetched yet the grid gets only visible rows window. Fetched rows are being stored on the client and shown when next time the scroll bar is moved to the position. The setting does not affect child rows, the mode is designed for the ViewType.Flat view of the grid where rows will not be added. 

Background: The top band's scroll bar is rendered to accomodate all rows from the server. The rows are being loaded asynchronously on the background. The Xml HTTP requests are being sent behind the scene one after another until all rows are present on the client. In case if the scroll bar moved ahead of loaded rows the grid will wait until the rows are loaded up to the point. 

Keywords: careportal, grid, filter form, load type
Suggestions & Comments
Was this article helpful?
Strongly Disagree / Strongly Agree
12345