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

dxDataGrid filterRow

Reference
Configures the filter row.

: { // ... operationDescriptions: { startsWith: "Begins with" } } }); }); Angular app.component.htmlapp.module.ts <dx-data-grid ... > <dxo-data-grid-filter-row ... > <dxo-data-grid-operation-descriptions startsWith="Begins with"> </dxo-data-grid-operation-descriptions> <

dxDataGrid filterRow operationDescriptions

Reference
Specifies descriptions for filter operations on the filter list.

: { // ... operationDescriptions: { startsWith: "Begins with" } } }); }); Angular app.component.htmlapp.module.ts <dx-data-grid ... > <dxo-data-grid-filter-row ... > <dxo-data-grid-operation-descriptions startsWith="Begins with"> </dxo-data-grid-operation-descriptions> </dxo-data-grid-filter-row> </dx-data

dxDataGrid loadPanel

Reference
Configures the load panel.

The load panel is displayed while the UI component loads data. It consists of a loading indicator and text, both placed on a pane. Since the load panel is, in fact, the DevExtreme LoadPanel UI component, the loadPanel object can contain any properties of this UI component along with properties described here. See Also Load Panel beginCustomLoading(messageText) endCustomLoading() enabled

dxDataGrid Row

Reference
A grid row.

, grid rows are indexed beginning with 0 on each page. Note that group rows are counted as well and, thus, have row indexes. For further information about row indexes, see the Column and Row Indexes

dxFileManager itemView details columns

Reference
Configures the columns.

that ascends from right to left beginning with 0. Columns with low hidingPriority are hidden first. sortIndex Specifies the order in which the column is sorted. The UI component adds a column to the collection