Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

dxTreeList pager

Reference
Configures the pager.

The pager is an element that allows users to navigate through pages and change their size at runtime. The pager consists of the page navigator and several optional elements: the page size selector, navigation buttons, and page information. DataGrid Demo TreeList Demo See Also Paging - User Interaction allowedPageSizes Specifies the available page sizes in the page size selector. Set

ArrayStore

Reference
The ArrayStore is a store that provides an interface for loading and editing an in-memory array and handling related events.

= "Phoenix" }, // ... }, "id") ) NOTE The ArrayStore is immutable. You cannot change its configuration at runtime. However, you can use its methods to manipulate it. See Also

PivotGridDataSource

Reference
The PivotGridDataSource is an object that provides an API for processing data from an underlying store. This object is used in the PivotGrid UI component.

change its configuration at runtime. However, you can use its methods to manipulate it. View Demo Configuration This section describes properties that configure

Show and Hide a Series

Guides

The Chart provides an API for showing and hiding a series at runtime. The most common use-case for this API is to show or hide a series when a user clicks the chart legend. To implement this scenario, you need to handle the legendClick event in the following manner. The isVisible(), hide() and show() are methods of the Series object. jQuery JavaScript$(function() { $("#chartContainer

Resolve Overlapping

Guides

all labels of a specific series once their count exceeds a certain limit. Mostly, this feature is useful if the series accepts new points at runtime. To specify the limit on point labels, assign