EaxGridView.DeferSelectionChangedDelay

Syntax

DeferSelectionChangedDelay: Number

Description

The DeferSelectionChangedDelay property determines delay before table selection change.

Comments

Property value can be set from JSON or using the setDeferSelectionChangedDelay method, property value is returned by the getDeferSelectionChangedDelay method.

Default value: 555 ms.

Example

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

See also:

EaxGridView