Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Data Layer
: { city: "Denver" } } ] Post Processing To process loaded data beyond simple sorting, grouping, filtering, or data item transformation, use the DataSource postProcess property. For instance, you may need to group items by creation date (Today, This week, Long time ago). Assign a function that implements the required post processing algorithm to postProcess. The function should take
Summaries
of the predefined aggregation methods, set the summaryType property to one of the following values. "sum" Sums up all facts within an area. "min" Calculates the minimum fact's value. "max" Calculates the maximum fact's value. "avg" Calculates the average of all facts within an area. "count" Calculates the number of facts within an area. You can configure the type of a value held in a field using
ThemeBuilder
Displays DevExtreme components in the customized theme. Updates automatically when you change a setting or switch between themes. Postpone Customization To return to customization later, save... recommend that you save your theme's metadata to enable you to fix these issues. Refer to the Postpone Customization topic for more information. ThemeBuilder CLI The ThemeBuilder CLI allows you
Getting Started with DataGrid
such as grids, charts, maps, gauges, and others: all within an automatically-arranged layout. The set of components allows you to deploy an all-in-one solution and switch between Viewer and Designer...", "HireDate": "2011-05-01T00:00:00.000Z", "Address": "507 - 20th Ave. E.\r\nApt. 2A", "City": "Seattle", "Region": "WA", "PostalCode": "98122", "Country": "USA", "HomePhone
Application Template
", // ... } { // ... "baseTheme": "generic.light", // ... } You can find all theme names in the Predefined Themes help topic. Use theme names without the dx prefix. Run the following command to rebuild themes... below: Import src\themes\metadata.base.json or src\themes\metadata.additional.json to the ThemeBuilder. Customize the theme. Export theme metadata to the initial file (see Postpone Customization). Run