Scrollgrid views Describes how to implement scrollgrid views. Understanding scrollgrid viewsA scrollgrid view defines a graphical element to display a scrolling list of data records in a set of form fields positioned in a grid.Defining scrollgrid in the layoutDefine scrollgrid views in the LAYOUT section of the form definition file.Binding scrollgrids to arrays in dialogsProgram arrays act as data model that are bound to form scrollgrids, when implementing list dialogs.Controlling scrollgrid renderingScrollgrid rendering can be controlled by the use of presentation styles and scrollgrid attributes.Row and cell highlighting in SCROLLGRIDSCROLLGRID containers can be configured with presentation styles, to control row and cell highlighting, using specific foreground and background colors.Binding action views to a scrollgrid rowA rowbound action specifies an action to apply to the selected row. Rowbound actions get specific rendering.Finding rows matching a patternList controllers implement a built-in find. This feature can be disabled if not required.Keyboard seek to matching rowThe keyboard seek feature allows a user to find a row in a read-only list, by typing characters.List reduce filterThe reduce filter allows a user to limit the row set in the list by using a filter.Defining the action for a row choiceThe row choice in a SCROLLGRID can be associated with a dedicated action.Using scrollgrid on mobile devicesScrollgrid views have specific limitations on mobile devices.ExamplesSCROLLGRID (scrollgrid views) usage examples.