This sample demonstrates how to create and modify a grid.
Instantiate the grid into an empty, global object, and add it to the DOM, using the gridNew method.
You can constrain the grid by placing it in a DIV and using the STYLE tag to specify size, border and overflow.
Create columns for the grid using the createColumn method once for each column
Create a row consisting of an array of cells using the createCell and createRow methods
Remove a row using the removeRow method.
Row ID:
Handle the rowClick event to get information about the selected row
Cell ID:
Handle the editDone event to get information about a cell after the user has edited it