GRID is a component that allows to create various DHTML tables. Ui-related GRID inherits from view.
Related sample: 06_grid/01_init.html
The following is an example of initialization with the commonly used parameters (to see a full list of GRID's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"grid", id:"my_grid", select:"multiselect", fields:[{ ...}], datatype:"json", url:"data.json" });
Specify id if you're going to refer to GRID later.
To use ui functionality, touchui.css and touchui.js files must be included.