Building a grid in Javascript is a relatively straightforward process. There are two main methods available to update the grid with content. One is "editGridCellValue" and the other "gridRowData". We use "editGridCellValue" to edit a specific row, passing in the row, column and cell value. We use "gridRowData" to update all of the rows, passing in an array of objects for each row. Both of these methods additional require the gridname as a parameter, to identify the grid to update.


Attached is an example form with these methods implemented. A button trigger is used to better illustrate the use of these two approaches.


 As always, feel free to contact support with any questions!