How to enable users to design PivotGridControl format conditions at runtime
This example demonstrates how to customize conditions at runtime. It uses the same approach as the one utilized in the How to enable users to design GridView format conditions at runtime sample, but...
View ArticleHow to add an embedded DataNavigator to GridControl via an attached behavior
This example demonstrates how to implement WinForms DataNavigator in WPF via Behavior. For this, it's necessary to re-define the x:Key="{dxgt:TableViewThemeKey ResourceKey=ScrollViewerTemplate}"...
View ArticleA master-detail grid with editing capabilities with XPO data
This example demonstrates the ASPxGridView and eXpress Persistent Objects collaboration in a Master-Detail scenario.Question CommentsAdded By: Paul.Astramowicz@thyssenkrupp.com...
View ArticleHow to merge cells in the GridControl
This example demonstrates how to achieve the merged cells effect in the GridControl. The main idea consists of stretching the top merged cell and showing it over other merged cells. For this purpose,...
View ArticleHow to align a RibbonPageGroup to the right side of a page?
This example demonstrates how to create a custom RibbonControl that displays a group with the "AlignRight" tag assigned at the right side.Updated:The example was slightly modified to dispose of a gap...
View ArticleHow to: Use WinUIMessageBoxService
This example demonstrates how to use WinUIMessageBoxService
View ArticleHow to display a custom field value in a custom appointment template
This example illustrates how to display a custom appointment field value (see How to: Create a Custom Field for an Appointment) in the appointment rectangle. We override the appointment template for...
View ArticleHow to export an XtraReport document to DOC, DOCX and ODT file formats
While there is no built-in capability to export documents created by XtraReport to *.doc, *.docx or *.odt file formats, you can accomplish this task by means of the RichEditDocumentServer .The attached...
View ArticleASPxGridView - How to show the number of selected rows in the Pager bar
This example demonstrates how to show the number of selected rows in the Pager bar. It is necessary to create a custom PagerBar template for this purpose. This template will contain ASPxLabel that...
View ArticleHow to show the ASPxLoadingPanel while the content is loading inside the...
If a content of the ASPxPopupControl is loaded slowly, you can show a loading panel reflecting this process.Question CommentsAdded By: alberto.piazza at: 6/21/2013 2:22:48 AM Interesting. I noticed...
View ArticleHow to open an external Page in a Splitter Pane
This example is an illustration of the KA18732: How to open external Page / View in a Splitter Pane KB Article. Refer to the Article for an explanation. It demonstrates how to open an external Page in...
View ArticleHow to update a master grid and all its detail grids operating in Batch Edit...
It's necessary to perform the following steps to accomplish this task:1) Hide built-in command buttons using the CommandButtonInitialize event and create custom ones;2) Handle the client-side...
View ArticleHow to emulate an editable GridLookUpEdit with PopupContainerEdit
This example illustrates how to implement an analog of GridLookUpEdit that allows editing of GridControl data. The following approach is used: create a PopupContainerEdit, assign a panel to...
View ArticleHow to save and restore layouts of floating documents residing within...
When you set the BaseView.FloatingDocumentContainer property to DocumentsHost, floating documents are hosted within a container to which other documents can be docked. Thus, this floating container...
View ArticleHow to round corners for a skinned XtraForm/RibbonForm
Use the DevExpress.Utils.Drawing.Helpers.NativeMethods.CreateRoundRegion method. The only difference between the XtraForm that uses this method and the RibbonForm is that these forms use different skin...
View ArticleHow to embed a barcode into a document
This sample shows how to embed a barcode into a document using a custom field {BRCODE}Notes:This example is intended for early adopters.Starting from DXperience v2012.1 you are advised to use our new...
View ArticleGridView - How to track ClientLayout with a separate ListBox
This example illustrates how to track and apply ClientLayout using a separate ListBox.The main implementation details are:- Handle the GridViewSettings.CustomJSProperties event and store the currently...
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.
View Article