DGDataSource.Url

Syntax

Url: String;

Description

The Url property determines URL of AJAX query for loading data to table.

Comments

Use JSON or the setUrl method to set the property value and the getUrl method to get the property value.

This property is used if a data source is asynchronous.

Example

The example of use is given on the Example of Creating an Asynchronous Data Table page.

See also:

DGDataSource