DataGrid for Blazor - How to edit a row on a separate page
This example illustrates how to edit DataGrid's row on a separate page.The main idea is to open a new page and send the key value of the currently edited row as a parameter. For this, create your own...
View ArticleHow to delete pages from PDF
This example illustrates how to use PDF Document Processor for deleting pages from PDF.In this example, the PdfDocumentProcessor.DeletePage method is called 55 times to delete each odd numbered page...
View ArticleSpreadsheet - How to save and load documents from a database
Steps to implement: 1. Create a helper class that returns the Spreadsheet settings. Make sure that you specify the Name and the CallbackRouteValues...
View ArticleDashboard React Example
This example is a ready-to-use client React application with the DevExpress Dashboard component.This example illustrates how to use the React-based dx-dashboard-control component for displaying and...
View ArticleTest the OutlookInspiredApp with WinAppDriver
The example tests the OutlookInspired Demo with WinAppDriver. Refer to the UI Test Automation Support topic for more information.
View ArticleHow to create a simple application with the TreeView control
This example demonstrates how to create an application with the TreeViewControl.See the tutorial: TreeView - Get StartedFiles to look at: • DataModel.cs (VB: DataModel.vb) • MainWindow.xaml (VB:...
View ArticleTabPanel - Custom editors and content in tabs
This example demonstrates how to use custom editors in a TabPanel content.The main idea is to use the item's template option to implement a custom editor.You can also find this solution in our demos:...
View ArticleDevExtreme ASP.NET Components - How to create html helpers and extension methods
This project demonstrates examples for our Knowledge Base article: T937535 - DevExtreme ASP.NET Components - How to reuse the same configuration code in many viewsFiles to look at: •...
View ArticleDataGrid - How to apply custom sorting to a grouped column
Use the calculateGroupValue option to sort groups in a custom way. The function also returns the same values used for sorting and displays them in group headers. Use the groupCellTemplate option to...
View ArticleWord Processing – How to Generate and Send Business Letters within Your...
This Blazor Server application uses the Word Processing Document API to generate multiple business letters based on a template. Users can download these letters in PDF format or send them via e-mail.To...
View ArticleHow to save/restore the applied skin and palette between application sessions
This example demonstrates how to persist the applied skin and palette between application sessions. In this project, the SkinName and ActiveSvgPaletteName properties are saved.See also:SVG Skins and...
View ArticleHow to implement a client-side confirmation on the user action modifying the...
This example demonstrates how drag-n-dropping and resizing appointment actions can be confirmed using client-side scripting technique. The ASPxScheduler client-side events AppointmentDrop and...
View ArticleHow to use Upcasting in reports to show descendant classes' properties
In the XafApplication, there is the capability to show derived classes' properties in the ListView of the base class using the UpCasting feature. This example demonstrates, how to achieve the same...
View ArticleHow to use WorkspaceManager to capture, apply, save and load workspaces
This example demonstrates how to use standalone Workspace Manager API for capturing, applying, saving and loading workspaces and shows different Transition Types in action. You can find the general...
View ArticleWeb Report Designer - How to use the custom serializer class...
[Updated] Starting with v18.2, use the XPO Data Source to bind a report to XPO data. A report supports built-in serialization for the XPO Data Source and so you don't have to implement any custom...
View ArticleGridView - How to use Rich Text Editor in EditForm to edit RTF data
This example shows the approach from the following thread in MVC: How to use Rich Text Editor to edit RTF data in ASPxGridView's EditForm.Rich Text Editor resides in a Partial View, and its DocumentID...
View ArticleRich Text Editor - React Application
This example is a ready-to-use client React application with Rich Text Editor.Documentation: Rich Text Editor > Get Started > React Application Requirements • To use Rich Text Editor in a React...
View ArticleRich Text Editor - Vue Application
This example is a ready-to-use client Vue application with Rich Text Editor.Documentation: Rich Text Editor > Get Started > Vue Application Requirements • To use Rich Text Editor in a Vue...
View ArticleRich Text Editor for ASP.NET Core - How to integrate a control into an MVC...
Requirements • To use the Rich Text Editor in an ASP.NET MVC application, you need to have a Universal, DXperience, or ASP.NET subscription. • Versions of the devexpress npm packages should be...
View ArticleHow to export DataGrid's data to DOCX, XLSX, and PDF documents in a Blazor...
This example illustrates how to use DevExpress Reporting tools to export DxDataGrid's content to different formats (.pdf/.xlsx/.docx) in the Blazor Server applications.Note: the DevExpress Blazor...
View Article