How to raise XAF CallBacks from client-side events
In this example, a WindowController implements the IXafCallbackHandler interface, which allows to process CallBacks raised via XafCallbackManager. The example demonstrates how to activate the first...
View ArticleHow to Customize Cell Appearance via Templates
This example shows a share of sold units quantity per salesperson. This report contains absolute and percent values, and their graphical representation. The content of pivot grid cells is replaced via...
View ArticleHow to specify a CSS class for images inserted via the Insert Image dialog
From v2010 vol 2.6 you can specify the CSS class for images inserted via the Insert Image dialog. For this purpose the cssClass field has been added to the GetDialogData_InsertImageForm function within...
View ArticleHow to make PivotGridControl editable when using the Pivot Chart (Analysis)...
Note: PivotGrid controls can be displayed in XAF via two modules - Pivot Chart and Pivot Grid. This example is related to the Pivot Chart module. To learn how to access the PivotGridControl in the...
View ArticleOBSOLETE: How to filter persistent objects in ListView, according to the...
==============================This example is related to the old security system. To learn how to implement this functionality in the new security system, refer to the How to filter records by the...
View ArticleOBSOLETE - How to customize the XafReport in code and access it before...
================================This example is now considered obsolete. Please refer to the following help topics to learn how to accomplish the headlined task:How to: Implement a Custom Report...
View ArticleOBSOLETE - How to use users as resources for Scheduler
============================This example will not be maintained any longer, since a similar approach is demonstrated in the How to create fully custom Role, User, Event, Resource classes for use with...
View ArticleOBSOLETE - How to filter persistent objects in ListView, according to the...
=======================================This example is related to the old security system. To learn how to implement this functionality in the new security system, refer to theHow to filter records by...
View ArticleOBSOLETE - XAF.Web: How to set a specific control for the navigation group
This example is obsolete, since this functionality is already available out-of-the-box - see Navigation.This example demonstrates how to change a control in a specific navigation group. It will show...
View ArticleOBSOLETE: Complex Security Strategy - How to hide roles that do not belong to...
=======================This example is related to the old security system and is not applicable to the new one. =======================In the new Security System it is possible to accomplish this task...
View ArticleHow to show a complex dialog
Task: We need to ask the user for a number of values by presenting a complex dialog with a number of entry fields nicely arranged.Solution: An arbitrary dialog can be shown using standard XAF concepts....
View ArticleHow to control the height of grid column headers by setting the number of...
Chris Royle wrote at http://community.devexpress.com/forums/t/77149.aspx:"The code allows one to specify in the model the number of lines to use for grid headers, and enables word wrapping of column...
View ArticleHow to serialize parameters of custom types
This example demonstrates the capability to provide XML serialization of custom parameter types.In particular, it shows how you can save a report, along with its parameters of the System.Enum type, to...
View ArticleHow to Access the Document Manager
This example demonstrates how to access the Document Manager that the MdiShowViewStrategy uses to show Views. You will see how to locate tab captions to the left and orient them horizontally. For...
View ArticleHow to maintain the visibility of components in the End-User Designer
The following example demonstrates how to maintain the visibility of components (such as DataSet and DataAdapter) in the End-User Report Designer for Windows Forms.To hide a report's associated...
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridView does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the Model...
View ArticleHow to represent a collection property using a checked list box
Scenario: 1. It is required to show a check list. It should be possible to add and remove items for this list dynamically.2. There are a couple of child records, and it is required to show all...
View ArticleHow to Display Underlying Records
The ASPxPivotGrid includes the drill-down capability, which enables you to retrieve a list of records that were used to calculate a particular summary. To obtain drill-down data, use the pivot grid's...
View ArticleHow to display a route line with multiple pushpins on a map using a KML file
This example demonstrates how to load a route line with multiple pushpins from a KML file and display these data on a map control. To do this, create a KMLFileLoader object and assign it to the...
View ArticleHow to connect a map control to the Bing Search web service
This example demonstrates how to provide the capability to search for a specific place on a map using the Search panel. The Search panel appears automatically (since the...
View Article