Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
CustomStore Configuration
: 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
() { $("#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
) => { fetch('your-api-endpoint', { method: 'POST', headers...) { e.cancel = new Promise((resolve, reject) => { fetch('your-api-endpoint', { method: 'POST', headers
PivotGridDataSource Configuration
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
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...