How to implement XPO data models connected to different databases within a...
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 ArticleOBSOLETE - How to setup a connection to the database from a Module project...
=====================================This example is now obsolete. Instead, refer to the How to implement XPO data models connected to different databases within a single application...
View ArticleHow to reorder grid rows by drag and drop
This example extends the example provided in the How to allow an end-user to move the rows in a grid up and down if the grid is bound to a DataTable article with drag and drop functionality.Question...
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridListEditor 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...
View ArticleHow to create a Doughnut chart
The following example demonstrates how to create a Doughnut chart at runtime.Note that this series view type is associated with the Simple Diagram type, and you should cast your diagram object to this...
View ArticleHow to: Use TransitionManager to animate tab switching in XtraTabControl
This example contains an XtraTabControl with two tabs. The TransitionManager component is used to animate switching between these tabs, using a certain animation effect (specified by the Transition...
View ArticleHow to change the appearance of a focused data row and selected rows
This example demonstrates how to use the View's RowStyle property to apply custom styles to focused and selected rows. To identify whether a row is focused and selected, the attached IsFocusedRow and...
View ArticleASPxGridView - Batch Editing - How to show save and cancel buttons only when...
This example demonstrates how to hide the Save changes and Cancel changes buttons, and show them only when an end-user edits any cell or row.
View ArticleHow to implement a radio list control
This example demonstrates how to customize the CheckedListBox control, so it looks like a radio group and can be bound to a datasource.Question CommentsAdded By: Valentin Badea at: 4/7/2014 6:42:11 AM...
View ArticleHow to add a custom summary item to the grid's footer menu
Sometimes it's necessary to specify a way of calculating summaries that is different from the default one. Assume you don't want to take into account cells with no data when calculating summaries. It's...
View ArticleASPxGridView - How to implement copy functionality in Batch Edit mode
This example demonstrates how to add copied values to a new row on a custom command button click using a new client-side API implemented in the following threads:ASPxGridView - Batch Edit mode -...
View ArticleHow to create a control that shows a list of tags
OBSOLETE Since the 14.1 we provide a special TokenEdit that fully supports this functionality out-of-the-boxThis example demonstrates how to create a TagList control editor that supports both...
View ArticleOBSOLETE - How to use VGridControl instead of the LayoutControl in the...
========================================This example is now obsolete and is no longer maintained, because this custom VGridControl layout implementation is now quite rare. Second, it is better to...
View ArticleOBSOLETE - How to create a custom translation provider for the Localization tool
================================This example is now obsolete. Instead, refer to the How to: Create a Custom Translation Provider for the Localization Tool help...
View ArticleHow to collapse large editors in the Detail View on the Web
===========================This example is now obsolete. Instead, implement custom LayoutItemTemplate, LayoutGroupTemplate or TabbedGroupTemplate templates as demonstrated in the FeatureCenter demo...
View ArticleGridLookUpEdit: multiple selection using checkbox (web style)
The current example extends multiple selection in the web style (via check boxes) functionality, described in the Multiple selection using checkbox (web style) example, for the GridLookUpEdit. In case...
View ArticleHow to create a Windows 8 style toggle switch control
OBSOLETECurrently we provide the ToogleSwitch editor out of the boxThis example demonstrates how to create a Windows 8 style check edit control.For more information about creation of custom controls,...
View ArticleGridView - Batch Editing - How to cancel editing or disable the editor...
This example demonstrates how to cancel editing or disable the editor conditionally for the grid when batch editing is in use. It is possible to execute your logic either on the client or server side...
View Article