Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
ODataStore Configuration
function's parameter to override this behavior. withCredentials Specifies whether to send cookies, authorization headers, and client certificates in a cross-origin request. This property's value is passed
ODataContext Configuration
, the ODataContext uses the "MERGE" method to send requests; otherwise, it uses "PATCH". Set the method field of the beforeSend function's parameter to override this behavior. withCredentials Specifies whether
dxPivotGrid Summary Cell
or calculateSummaryValue post-processed the summary value. next(direction) Gets the cell next to the current one in a specified direction. This method is opposite of the prev(direction) method. next... the value of any field associated with the summary cell. value(field, postProcessed) Gets the value of any field associated with the summary cell. value(postProcessed) Gets the summary cell value.
DataSource Configuration
or all at once. Defaults to false if group is set; otherwise, true. postProcess Specifies a post processing function. jQuery JavaScript var ds = new DevExpress.data.DataSource({ postProcess...() { this.ds = new DataSource({ postProcess: (data) => { // Your code goes here } }); } } Vue App.vue <script> import DataSource
dxValidator StringLengthRule
App; Display the editor's name in the message jQuery index.js $(function() { $("#textBox").dxTextBox({ ... }) .dxValidator({ name: "password", // The error message...-box> <!-- The error message will be "The length of the password is not correct" --> <dx-validator name="password"> <dxi-validation-rule type="stringLength">