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

dxVectorMap Methods

Reference
This section describes the methods that can be used in code to manipulate objects related to the UI component.

See Also jQuery Call Methods Angular Call Methods Vue Call Methods React Call Methods beginUpdate() Postpones rendering that can negatively affect performance until the endUpdate... get the current coordinates of the map center by calling the same method without arguments. Moreover, you can perform specific actions when the center coordinates are changed. For this purpose

Application Template

Guides

names without the dx prefix. Run the following command to rebuild themes: npm run build-themes Create a Custom Theme You can use the DevExtreme ThemeBuilder to create custom themes based... Postpone Customization). Run the following command to rebuild themes: npm run build-themes Apply a Color Swatch Color swatches are secondary color schemes used alongside a primary color scheme

Application Template

Guides

theme names in the Predefined Themes help topic. Use theme names without the dx prefix. Run the following command to rebuild themes: npm run build-themes See Also Switch Between Themes at Runtime...\metadata.additional.json to the ThemeBuilder. Customize the theme. Export theme metadata to the initial file (see Postpone Customization). Run the following command to rebuild themes: npm run build-themes

Manage Azure Blob Storage with DevExtreme Components

Guides

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

Guides

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