Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Web API, PHP, MongoDB
authorization & CRUD operations powered by EF Core ORM. You can use OAuth2, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. The built
OData
Web API Service (.NET 6+) with integrated authorization & CRUD operations powered by EF Core ORM. You can use OAuth2, JWT or custom authentication strategies alongside tools like Postman or Swagger
Gray Boxes Appear After Data Loading
: Server-Side Data Processing. Some data shaping operations may make data inconsistent. For instance, in the following code snippet, the postProcess function returns the number of data rows that do not match the total count parameter. As a result, gray boxes appear: jQuery index.js const dataSource = new DevExpress.data.DataSource({ store: myStore, postProcess (data) { let
Migrate to the New Version
After installing a new DevExtreme version, update your projects using the instructions in this article. NOTE You should uninstall a newer version before downgrading to a previous version. Upgrade...
Shadow DOM
The Shadow DOM is one of the three Web Component specifications, alongside HTML templates and Custom Elements. It simplifies the creation of components with isolated CSS and JavaScript. It is also...