How to save current parameter values to a dashboard XML definition
The following example demonstrates how to save custom data to a dashboard XML definition using the Dashboard.UserData property.In this example, current dashboard parameter values are saved to the...
View ArticleHow to highlight all found word entries in a document
At the moment. a RichEditControl highlights only the currently found entry. This example demonstrates how to highlight all the found entries. The main idea is to use the custom marks feature. A custom...
View ArticleHow to perform a drill-down in ASPxDashboardViewer
The following example demonstrates how to perform a drill-down in ASPxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.PerformDrillDown method is used to perform a...
View ArticleHow to apply master filtering in ASPxDashboardViewer
The following example demonstrates how to apply master filtering in ASPxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.SetMasterFilter method is used to select...
View ArticleHow to draw the DockPanel Tab header with a custom Color when Skin is used
The How to implement the custom draw functionality for skinned dock panels example illustrates the most common approach to implement this functionality by raising a custom CustomDrawDockPanelCaption...
View ArticleHow to customize map pie parameters
To customize a MapPie object parameters specify required properties from the following list.- MapPie.Argument - allows specifying the argument of a map pie.- MapPie.Location - allows specifying the...
View ArticleHow to connect different ORM data models to several databases within a single...
ScenarioThis example demonstrates how to create custom XAF modules with custom business objects and logic that would work with separate databases. These modules do not depend on each other and thus can...
View ArticleHow to programmatically filter report data at the data source level using...
This example illustrates how to programmatically filter report data at the data source level using a query parameter as a filtering criterion. In this example, the query parameter has the Expression...
View ArticleASPxScheduler / ASPxGridView - How to drag a row from the grid and create an...
This example demonstrates how to create an appointment based on dragged row values of ASPxGridView. See Also:How to drop an appointment from ASPxScheduler to an external controlQuestion CommentsAdded...
View ArticleHow to search for objects by using all the properties or by using more...
This example provides a possible workaround for the Filtering - Support searching objects by a string through all the properties (or a set of properties) or by more complex criteria suggestion. The...
View ArticleHow to customize the popup-menu of the End-User Designer
This sample illustrates how you can customize the popup-menu that is shown by the right-click onto the Design panel of the Report Designer. In particular, it illustrates the process of adding the...
View ArticleASPxGridView - How to hide a grid column on the client side without making a...
This example demonstrates how to hide a grid column on the client side without making a round-trip to the server.To accomplish this task, apply a dummy CSS class ('unitPriceColumn') to all column cells...
View ArticleHow to implement CRUD operations when Entity Framework 5 is used
This example illustrates how to implement CRUD operations with XtraGrid and EF 5. To get a possibility to commit changes it is necessary to store DbContext instance that is used to get the grid's data...
View ArticleA master-detail grid with Entity Framework objects
Starting with version 2012 vol 1, it is possible to enable the master-detail feature for collection properties generated by Entity Framework. See the Use Master-detail views with generic collections of...
View ArticleGridView - Advanced Master-Detail View
This example illustrates the layout demonstrated in the Advanced Master-Detail View demo for MVC. Note that data modifications aren't allowed in the online demo. You can check how CRUD operations are...
View ArticleHow to prevent certain GridControl's properties from being serialized
This example demonstrates how to exclude specific properties from serialization. To accomplish this task, handle the DXSerializer.AllowProperty event for an object whose property shouldn't be...
View ArticleOutlook Inspired Demo Application Created Using Instant Layout Assistant
This is a demo solution that features an MS Office-like UI in a CRM data setting.Follow the Building Outlook-Insipred and Hybrid UI Applications tutorial to learn how to create this demo from scratch.
View ArticleHybrid UI Demo Application Created Using Instant Layout Assistant
This is a demo solution that features a UI for desktop and touch-enabled environments (tablets, laptops with touch screens).Follow the Building Outlook-Insipred and Hybrid UI Applications tutorial to...
View ArticleLesson 1 - Creating a Simple WinForms MVPVM Applicaiton
This example demonstrates how to build a simple WinForms application that follows the MVPVM pattern.>> Lesson 1 - Create a Simple MVPVM Application (Step-by-step description) Lesson 2 - Commands....
View ArticleHow to show custom forms and controls in XAF (Example)
This example implements the following scenarios when an end-user clicks on a custom item in the navigation control:- a custom non-XAF form is opened as a result;- a standard XAF View containing a...
View Article