DGDataSource.Data

Syntax

Data: Object;

Description

The Data property determines table data.

Comments

Use JSON or the setData method to set the property value and the getData method to get the property value.

This property is used if a data source is synchronous.

Example

The example of use is given on the Example of Creating the DataGrid Component page.

See also:

DGDataSource