Quick Grid JavaScript Functions Reference
Using JavaScript, you can associate functions with cell events within a quick grid cell. You can write your own JavaScript functions and add them to cell events within quick grids, or for matrix grid cells, use the matrix grid functions that do not require backup during upgrades.
Use custom Sopheon defined JavaScript functions to associate cell events. Navigate to <server name>/help/quickgridapi/ for more information and a list of custom JavaScript functions.
Note the following about the functions available:
- These functions do not require backup or restore after upgrades.
- Column IDs are 1, 2, 3, etc. from left to right.
- Row IDs are 1, 2, 3, etc. from top to bottom.
- Enter parameter values in the same order as shown.
- Controls within quick grids must have unique control system names when using multiple quick grids and JavaScript functions. If a quick grid contains duplicate control system names, the JavaScript function calls one at random and may not operate as intended.