Search Results: "wiki/RecentlyCommented" property

dxResponsiveBox items

Reference
An array of items displayed by the UI component.

items, reassign the entire items array as shown in the following example: JavaScript responsiveBoxInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property

Errors and Warnings

Reference
This section lists errors and warnings that may occur when using the DevExtreme Data Library.

calling a key-dependent method of a store with an unspecified key property. Specify the store's key property. For the ODataStore, specify the keyType property as well. E4006 Occurs when the value that is set to the data configuration property of the ArrayStore object is not an array. This property takes on an array only. E4007 Occurs when an auto-generated key is required for a Data Store

dxGallery Configuration

Reference
An object defining configuration properties for the Gallery UI component.

the shortcut key that sets focus on the UI component. The value of this property will be passed to the accesskey attribute of the HTML element that underlies the UI component. animationDuration The time... if the objects contain fields described in the items section. Data Array Assign the array to the dataSource option. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file

dxAccordion items

Reference
An array of items displayed by the UI component.

items, reassign the entire items array as shown in the following example: JavaScript accordionInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property

dxForm Configuration

Reference
An object defining configuration properties for the Form UI component.

the shortcut key that sets focus on the UI component. The value of this property will be passed to the accesskey attribute of the HTML element that underlies the UI component. activeStateEnabled Specifies whether the UI component changes its visual state as a result of user interaction. The UI component switches to the active state when users press down the primary mouse button. When this property