Documentation

Properties

data JavaScript array containing data for the component
dataFeed the URL that the component will use to reload data during binding
datathrottle sets the polling interval (the time period between the completion of a network request and the next request for data)
datatype the type of loaded data
defaultData the property stores data which is displayed in the child when no records are selected in the master.
filterMode defines the pattern for tree item filtering
id the component ID
on allows attaching custom handlers to inner events of the component
ready event handler called just after the component has been completely initialized
removeMissed defines how to treat items in case of reloading
rules set of validation rules for the component
save defines URLs for data saving
scheme defines schemes for data processing
url the URL the component will use to load data after its initialization
Back to top