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

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

Adaptive Layout

Guides

App; View in CodePen NOTE The layout does not automatically adapt to changes made in the UI component's container at runtime. Therefore

Overview

Guides

data by column values, or use other ways to filter. You can sort DataGrid by single or multiple columns initially or at runtime. Grouping You can use a column header's context menu or a group panel

Column Sizing

Guides

; {/* ... */} </DataGrid> ); } DataGrid also allows you to use the mouse to resize columns at runtime. To activate this feature, set allowColumnResizing to true and select