Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Manage Azure Blob Storage with DevExtreme Components
consult a security expert or apply accepted best practices to maintain the highest security posture for your DevExtreme-powered web application. Remember, a secure web app demands careful consideration/understanding of potential attack vectors, the configuration of your development environment, and security posture of third-party service providers. Microsoft Azure Blob Storage offers unstructured
A Request Error Occurs After Filtering or Searching
restrictions on the maximum URL length: What is the maximum length of a URL in different browsers?. Use POST requests instead of GET requests. Set the LoadMethod option to POST and change...: "POST", }), // ... }); ASP.NET Core Controls Razor C#CS @(Html.DevExtreme().DataGrid() // ... .DataSource(d => d.Mvc().Controller("SampleData").LoadMethod("POST").LoadAction
This product is deprecated
From v18.1, the DevExtreme hybrid mobile-related tools, including mobile tools for Visual Studio, are deprecated. See this blog post for more information. The mobile tools documentation was removed from the newer versions, but you can still find it in the older versions. Visual Studio tools for DevExtreme ASP.NET MVC Controls remain in active development.
Component Configuration Syntax
collection UI component. Ensure to specify that an item's content is in the default slot. App.vue (Options API)App.vue (Composition API) <template> <DxList> <DxItem>...;/DxDrawer> </template> <script setup> //... </script> Templates Templates allow you to customize UI components. DevExtreme templates make use of the named slots functionality
DevExtreme React Components
provides two React UI component libraries: DevExtreme React UI Components described here and DevExtreme Reactive Components. Refer to this blog post for a detailed comparison of the two libraries