Grid

Overview

GRID is a component that allows to create various DHTML tables. Ui-related GRID inherits from view.


Related sample: 06_grid/01_init.html

Initialization

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.

Working with grid

API Reference

Related articles

A full list of articles.

To use ui functionality, touchui.css and touchui.js files must be included.