Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Possible choices: "true", "false"

"subfile next changed": This property is used to forces the user to correct program-detected typing errors in subfile records. The program can cause a record to be changed so that a get-next-changed operation must read the record again.

  • Possible choices: "true", "false"

"cursor record number": This property can be bound to a numeric field, which will return the relative record number of the record on which the cursor is located.

"cursor progression": This property determines the tab order for input elements within the subfile.

...

"subfile return rrn": This property can be bound to a numeric field, which will return the relative record number of the top visible record within a grid.

...

"font family": The font subfile changed": Specifies a response indicator that is set on if the input data within the subfile is modified.

Font and Text

"font family": The font face for the text inside the grid. To define a different font for each grid column, select <i>Other...</i> and specify a comma separated list of fonts.

...

"even row background": Defines the background color of the even rows in the grid. To define a different color for each grid column, specify a comma separated list of color values.

"hover row font color": Defines the color of text when the user hovers the mouse cursor over a grid row. To define a different color for each grid column, specify a comma separated list of color values."hover background": in an individual row. You can define a dynamic color for each record by binding this property to a field.

"row background": Defines the background color of a grid row an individual row. You can define a dynamic background color for each record by binding this property to a field.

"hover font color": Defines the color of text when the user hovers the mouse cursor over ita grid row. To define a different color for each grid column, specify a comma separated list of color values.

"selection font colorhover background": Defines the background color of text a grid row when the user selects a grid rowhovers the mouse cursor over it. To define a different color for each grid column, specify a comma separated list of color values.

"selection backgroundfont color": Defines the background color of text when the user selects a grid row.

"selection background": Defines the background color of a grid row when the user selects it.

...

"initial sort column": This property specifies the column used to for inital sorting. Each grid column is identified by a sequential index, starting with 0 for the first column, 1 for the second column, and so on. If the property is omitted or set to blanks, sorting is not initiated when the grid is first rendered.

"initial sort field": This property specifies the field name used to identify the column for initial sorting. If this property and the "initial sort column" property are omitted or set to blanks, sorting is not initiated when the grid is first rendered.

...

  • Possible choices: "true", "false"

"movable columns": Allows the user to rearrange grid columns at run time: Allows the user to rearrange grid columns at run time.

  • Possible choices: "true", "false"

"persist state": Specifies whether the grid state should be saved when the user sorts, moves, or resizes columns. When set to true, the state is saved to browser local storage with each user action, and automatically restored the next time the grid is displayed.

  • Possible choices: "true", "false"

"find option": Presents an option to search grid data when the grid heading is right-clicked.

  • Possible choices: "true", "false"

"filter option": Presents an option to filter grid data when the grid heading is right-clicked.

  • Possible choices: "true", "false"

"reset option": Presents an option to reset the persistent state for this grid when the grid heading is right-clicked.

  • Possible choices: "true", "false"

"export option": Presents an option to export grid data to Excel using the CSV format when the grid heading is right-clicked.

  • Possible choices: "true", "false"

...

  • Possible choices: "hidden", "visible"

Events

"onfilterchange": Initiates a client-side script when the filter has changed. 

"onrowclick": Initiates a client-side script when a row within the grid is clicked. The script can determine the row number using the <b>row</b> variable.

...

"onpageup": Initiates a client-side script when the user pages up using the grid's scrollbar. To prevent the grid's default paging action, the script must evaluate to <i>false</i>.

"onscroll": Initiates a client-side script when the user scrolls using the grid's scrollbar. The <b>row</b> variable in the script provides the top row of the grid.