Search Results: "Write with OpenID" "Write post with name/password" slot

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript...: (values) => { return fetch("https://mydomain.com/MyDataService/myEntity", { method: "POST", body: JSON.stringify(values), headers

dxValidator CustomRule

Reference
A rule with custom validation logic.

() { $("#textBox").dxTextBox({ ... }) .dxValidator({ name: "Password", // The error message will be "Password is invalid" validationRules: [{ type: "custom" }] }); }); Angular app.component.htmlapp.module.ts <dx-text-box> <!-- The error message will be "Password is invalid" --> <dx-validator name="Password

dxFileManager Configuration

Reference
This section describes properties that configure the FileManager UI component's contents, behavior, and appearance.

) => { fetch('your-api-endpoint', { method: 'POST', headers...) { e.cancel = new Promise((resolve, reject) => { fetch('your-api-endpoint', { method: 'POST', headers

PivotGridDataSource Configuration

Reference
This section describes properties that configure the PivotGridDataSource.

remote when you enable paging. allowExpandAll and allowSortingBySummary are ignored. Running totals and the "absoluteVariation" and "percentVariation" summary post-processing functions are calculated only

dxBox

Reference
The Box UI component allows you to arrange various elements within it. Separate and adaptive, the Box UI component acts as a building block for the layout.

View Demo Read Guides See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...