How to custom draw in PDF Viewer
The PDF Viewer can draw graphics in the PDF document in the Control.Paint event handler. In this example, the filled rectangle is drawn at any document space when you hold down the left mouse button...
View ArticleHow to implement a data service that supports remote operations for dxDataGrid
This example demonstrates how to implement a data service based on ASP.NET WebAPI that supports remote operations for the dxDataGrid widget. The main idea is to get all parameters passed from the...
View ArticledxDataGrid - How to implement a custom store with CRUD operations
The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...
View ArticleHow to implement a Control Template Gallery in the End-User Designer to...
This example demonstrates how to add the capability to save selected controls and reuse them in this or other reports like UserControls in standard Windows Forms application. Implementation Details:In...
View ArticleHow to access the values stored in HttpContext/Session while working with the...
This example demonstrates the approaches described in the T339643: How to access the values stored in HttpContext/Session while working with the ASP.NET HTML5 Document Viewer and End-User Report...
View ArticleHow to integrate a charting module - example solution
This solution includes ready-to-use project templates for the Implementing a charting module with the XtraCharts SuiteKB article.Question CommentsAdded By: RFuente at: 2/3/2016 1:58:55 AM Please...
View ArticleGenerated Data Access Layer with Entity Framework Database First
This example contains a ready data access layer generated with Entity Framework Database First. The example is the result of the following tutorial: How To: Generate Data Access Layer with Entity...
View ArticleGenerated Data Access Layer with Entity Framework Code First
This example contains a ready data access layer generated with Entity Framework Code First. The example is the result of the following tutorial: How To: Generate Data Access Layer with Entity Framework...
View ArticleGenerated Data Access Layer Based On Data Provided By a WCF Service
This example contains a ready data access layer generated based on data provided by a WCF Service. The example is the result of the following tutorial: How To: Generate Data Access Layer Based On Data...
View ArticleASPxCardView - How to update total summaries on the client side in Batch Edit...
This example demonstrates how to update total summaries on the client side when ASPxCardView is in Batch Edit mode.
View ArticleScaffolded Application based on Data Access Layer generated with Entity...
This example is built with the Scaffolding Wizard based on Data Access Layer generated with Entity Framework Database First. The example is the result of the following tutorial: UI Generation
View ArticleScaffolded Application based on Data Access Layer generated with Entity...
This example is built with the Scaffolding Wizard based on Data Access Layer generated with Entity Framework Code First. The example is the result of the following tutorial: UI Generation
View ArticleHow to dynamically add and remove controls within ASPxCallbackPanel on callbacks
This example demonstrates how you can dynamically add and remove controls within an ASPxCallbackPanel on callbacks. In this case, a ViewState is not applied so it should be disabled (the...
View ArticleLesson 5 - Bind a Scheduler to MS SQL Database at Design Time
Review the Lesson 5 - Bind a Scheduler to MS SQL Database at Design Time help topic to learn how to create this project step-by-step.
View ArticledxDataGrid - How to implement a custom store with CRUD operations (SQLite)
This example can be tested on a mobile device and it cannot be tested in the DevExtreme simulator.The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply...
View ArticleReport Storage for the End-User Report Designer (WPF beta)
The following example demonstrates how to implement a report storage to persist report definitions in a database or in any other custom location. This may be useful when providing end-users with the...
View ArticleObtain labels from a datasource like the resources
This example illustrates how the labels for appointments could be obtained from a data source. This simple approach could be tailored to suit more complex requirements and implement the functionality...
View ArticleWinForms SpreadsheetControl API
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.In particular, this sample...
View ArticleGridView - How to create a custom tooltip for cells to display long text
This example demonstrates how to create a custom tooltip for data cells using the PopupControl. The main idea is to assign a delegate method to the GridViewSettings.HtmlDataCellPrepared property and...
View ArticleDXRichEdit for Silverlight: How to use the RichEditDocumentServer to load...
This example illustrates a simple use of RichEditDocumentServer. After clicking the "Load a file" button it loads a file in Word 97-2003 format (DOC) , retrieves all images, displays them as a slide...
View Article