Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 782 Bytes

File metadata and controls

13 lines (11 loc) · 782 Bytes
id GridBase.Options.twoWayBindingEnabled
type Boolean
default true

shortDescription

Specifies whether to enable two-way data binding.


Two-way data binding ensures that the UI tracks changes made in the data source by a 3rd-party component, and vice versa. This way, the UI component and its data source stay synchronized.

If you implement two-way data binding in the UI component on your own using the cellTemplate and/or editCellTemplate properties, make sure to set the twoWayBindingEnabled property to false.