How to Customize a Template
This example demonstrates how to customize Windows Forms Templates. For details, refer to the How to: Customize a Template topic in XAF documentation.Question CommentsAdded By: Robert Fuchs at:...
View ArticleHow to register a custom filter function and use it in GridControl
Starting from version 11.1 it is possible to register a custom function globally . To create this function, it is necessary to implement the ICustomFunctionOperatorBrowsable interface. If you wish your...
View ArticleHow to merge cells in the GridControl
This example demonstrates how to merge cells in GridControl. Starting with version 14.2 GridControl supports CellMerging out of the box. To enable this feature, set TableView.AllowCellMerge to...
View ArticleWinForms SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View ArticleWPF SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
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 ArticleWPF 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. Double-click the action name in...
View ArticleImageCollection - How to use images from a solution-wide resource assembly
You can see how to load images from a solution-wide resource assembly as shown in the attached video and example.
View ArticleHow to: Store Model Differences in Database
This example illustrates how to store user UI settings (so-called model differences) in the application database instead of the file system (in Windows Forms applications) and session (in ASP.NET...
View ArticleHow to display KML file shapes
This example demonstrates how to load a shape from a KML file and display it on a map control.
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 display details collections with descendant classes filtered by object...
Suppose we have the same classes structure as shown in the How to: Use UpCasting help topic. Our goal is to provide two details collections into a DetailView that will allow end-users to view objects...
View ArticleHow to display detail data within a popup window
This example contains a Customers grid with a hyperlink column. When a hyperlink is clicked, a popup window is opened to display detail data - orders - of a given customer. Orders is a separate web...
View ArticleHow to customize a dashboard color scheme
The following example demonstrates how to customize a dashboard color scheme to color specified dimension values using predefined colors.In this example, the dashboard contains Pie and Chart dashboard...
View ArticleHow to sort a nested ListView at the business objects level, in code
This example demonstrates how to provide hidden and permanent sorting by a property in a nested ListView. Suppose we have Order and OrderItem classes that participate in an aggregated One-To-Many...
View ArticleOBSOLETE - How to show in ListView only objects owned by the current user
==================================This example is now obsolete. Instead use the new Security System features (see E4045 example)or the IsCurrentUserInRole criteria...
View ArticleHow to dynamically change a Wait Form's labels
A Wait Form is displayed by a Splash Screen Manager in a separate thread. To dynamically change labels within the Wait Form, while it is being displayed, use the SplashScreenManager.SetWaitFormCaption...
View ArticleHow to reorder ASPxGridView rows using buttons or drag-and-drop
This example demonstrates how to move ASPxGridView rows using buttons or jQuery Drag&Drop.To keep the order of rows, it is necessary to set up an extra column to store row order indexes. Then, sort...
View ArticleHow to create a custom BandedGridView descendant that allows exporting some...
This example illustrates how to create a BandedGridView descendant, which columns have the CaptionVerticalOnExport property that manage whether the column's header should be drawn vertically on export.
View ArticleHow to display checkboxes in TreeList nodes
This example demonstrates how to show checkboxes for TreeList nodes and how to control their behavior.Question CommentsAdded By: Hipokrat at: 4/17/2014 12:10:04 AM This example is not showing items...
View Article