Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 453
- Guides 177
- Reference 276
- Technical Demos
- Support Center
grids Sorting
ascendingText Specifies text for the context menu item that sets an ascending sort order in a column. clearText Specifies text for the context menu item that clears sorting settings for a column. ...
dxDataGrid columns
and groupIndex properties. In addition, you can change the visibility and width of a column using corresponding properties. To get or set a property or several properties for a column at runtime, use... values in the column at runtime. By default, inherits the value of the editing.allowUpdating property. View Demo NOTE If values in the column are calculated customarily using
Application Template
. Configure Themes Switch the Theme NOTE For more information about switching themes, refer to the following help topic: Switch Between Themes at Runtime. You can also refer the following GitHub example... in middleware.js. This function allows you to test your application during development stage without authorization. Remove this function and implement redirects in production version. Create an Empty Application
dxAutocomplete Configuration
to enable the server to process data according to the protocol DevExtreme UI components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore... logic, implement columns[].calculateSortValue. jQuery The stores are immutable. You cannot change their configurations at runtime. Instead, create a new store or DataSource and assign
dxLookup Configuration
components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore method to configure access to the server on the client as shown below.... To implement custom sorting logic, implement columns[].calculateSortValue. jQuery The stores are immutable. You cannot change their configurations at runtime. Instead, create a new store