How to color dashboard item elements in the Web Viewer
The following example demonstrates how to color dashboard item elements using the ItemElementCustomColor event.In this example, chart series points, whose values exceed specified thresholds, are...
View ArticleOBSOLETE - ASPxColorEdit - How to allow custom color selection
UPDATED:Starting with version 13.2, ASPxColorEdit provides the built-in Custom Color Picker allowing end-users to select custom colors. This allows accomplishing a similar task with less effort and...
View ArticleHow to customize connection settings before ASPxDashboardViewer connects to a...
This example demonstrates how to customize connection settings before ASPxDashboardViewer connects to a database using the ConfigureDataConnection event.In this example, the dashboard visualizes data...
View ArticleHow to integrate a gauge control for visualizing a value of a business class...
ScenarioThis example demonstrates a possible integration of the DevExpress gauge controls in XAF for representing various types of business class properties. For this, custom WinForms and ASP.NET...
View ArticleOBSOLETE - ASPxMenu - How to show a sub menu with a full page width
UPDATED:Starting with version 14.2, ASPxMenu provides the built-in capability to display a submenu with the full page width. This allows accomplishing a similar task with less effort and does not...
View ArticleLookUpEdit - How to Customize the embedded grid control
This example shows how to customize the DXGrid Control displayed within the Lookup editor's popup window.Note: the embedded DXGrid name must be set to PART_GridControl.Question CommentsAdded By: D...
View ArticleHow to use chart tooltips
This example demonstrates how to enable and customize chart tooltips at runtime. To enable tooltips, set the ChartControl.ToolTipEnabled property to true.To learn more on chart tooltips, see the...
View ArticleHow to implement select/unselect for all rows in a group row
This example demonstrates how to implement select/unselect for all rows in a group row.It's possible to implement this behavior only by using ASPXGridView 9.1. For more information, please refer to Add...
View ArticleHow to use the DropDownButton control
This example demonstrates the easiest way to utilize the DropDownButton controlQuestion CommentsAdded By: michael williams 12 at: 1/20/2015 11:27:15 AM Poor example.. This is just the Designer's...
View ArticleMVC ComboBox Extension - Cascading Combo Boxes
This example illustrates how to implement cascading combo boxes scenario within the MVC ComboBox Extension. It is an illustration of the KA18675: MVC ComboBox Extension - How to implement cascaded...
View ArticleHow to customize the New Report Wizard (introduced in the 2014 vol.1 release)...
This sample illustrates how to customize the wizard in the End-User Designer.Question CommentsAdded By: Jon 9 at: 10/23/2014 5:08:13 AM Is there any further documentation on how to customize the new...
View ArticleHow to create a custom action type with a custom control (BarCheckItem),...
This example demonstrates how to represent an action via the BarCheckItem. For this purpose, an ActionBase descendant (CheckableSimpleAction) is implemented. This is done because it is required to save...
View ArticleHow to: Create a Custom a WinForms Standard Template
This example demonstrates how to customize WinForms Templates. For details, refer to the How to: Create a Custom a WinForms Standard Template topic in XAF documentation.See also: How to: Create a...
View ArticleHow to: Create a Custom WinForms Ribbon Template
This example demonstrates how to customize WinForms Ribbon Templates. For details, refer to the How to: Create a Custom WinForms Ribbon Template topic in XAF documentation.See also: How to: Create a...
View ArticleWCF Data Service and a Client Application
This example project demonstrates a WCF Data Service and a client application that works with a remote database through the web service.To create this project from scratch, follow the How to: Create an...
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 ArticleHow to export the colored ASPxGridView
This example demonstrated how to handle the ASPxGridViewExporter.RenderBrick Event to paint the exported ASPxGridView.Question CommentsAdded By: Smitha at: 5/30/2014 9:37:00 AM But how do I make the...
View ArticleHow to create an editor with a dynamic autocomplete list
This example demonstrates how to create a custom LookUpEdit class descendant that allows you to provide autocomplete items based on typed text. The items can be provided via the GetAutoCompleteList...
View ArticleOBSOLETE - How to show a specific view for some users
In this example it is demonstrated how to show a custom View against a role of the currently logged user. The custom views were created and customized in the Model Editor for each role separately. For...
View Article