Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 478
- Guides 182
- Reference 296
- Technical Demos
- Support Center
dxDataGrid Row
in a grid, 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
dxFileManager itemView details 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
dxFilterBuilder Configuration
: { startsWith: "Begins with" } }); }); Angular app.component.htmlapp.module.ts <dx-filter-builder ... > <dxo-filter-builder-filter-operation-descriptions startsWith="Begins with"> </dxo-filter-builder-filter-operation-descriptions> </dx-filter-builder> import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from
dxFilterBuilder fields lookup
in a filter the UI component sends to the server when querying data. Functions with custom logic cannot be serialized for this filter.
dxFilterBuilder filterOperationDescriptions
: { startsWith: "Begins with" } }); }); Angular app.component.htmlapp.module.ts <dx-filter-builder ... > <dxo-filter-builder-filter-operation-descriptions startsWith="Begins with"> </dxo-filter-builder-filter-operation-descriptions> </dx-filter-builder> import { BrowserModule } from '@angular/platform-browser'; import { NgModule