How to implement CRUD operations when WcfInstantFeedback and WcfServerMode...
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleHow to implement CRUD operations using DXGrid with Entity Framework (Instant...
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleHow to implement CRUD operations using DXGrid and Entity Framework (Server Mode)
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleHow to implement CRUD operations using DXGrid and eXpress Persistent Objects
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleHow to implement CRUD operations using DXGrid and LINQ to SQL Classes
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleCRUD operations with DXGrid bound to a SQL database
Refer to the latest example that illustrates how to implement CRUD operations in a data-bound GridControl: https://github.com/DevExpress-Examples/how-to-implement-crud-operationsThis example shows how...
View ArticleHow to use OData (WCF Data Services) to provide data for a report
At the moment, XtraReports cannot connect to an OData data source directly.Our reporting tools, however, are data source agnostic and support data sources of different types including .NET data...
View ArticleHow to bind the Data Grid to a data source asynchronously
This example consists of the following pages: • Data Property - Assigns a data source to the Data property and uses an asynchronous task to load data. In this case, the Data Grid page is rendered...
View ArticleHow to: Create a NavBarControl in code
This example shows how to create a NavBarControl in code.The NavBarControl will have two groups ('Charts' and 'Settings') with items. Item link selection is enabled by setting the LinkSelectionMode...
View ArticleDashboard Client-Side Application (Vue)
This example is a ready-to-use client Vue application with the DevExpress Dashboard component.Documentation: Client-Side Configuration (Vue)The example uses a modular approach that based on the...
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 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 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 - 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ArticleDataGrid 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 Article