How to bind a dashboard to a DataSet at design time and provide data at runtime
The following example demonstrates how to bind a dashboard to a DataSet at design time and fill it with data from the SalesPerson table in the Northwind database.In this example, the dashboard is...
View ArticleHow to use the XRPivotGrid control to create a cross-tab report
The following example demonstrates how to use the Pivot Grid control to generate a cross-tab report in code.See also:ASP.NET Web Forms: Web - How to create a Cross-Tab Report (XRPivotGrid) - How to fit...
View ArticleHow to add DragAndDrop capability to the detail grid
This example demonstrates how to add the DragAndDrop capability to the detail grid.Our detail grid with DataControlDetailDescriptor doesn't support drag and drop. To provide this capability in this...
View ArticleHow to: Build a dock UI according to the MVVM pattern using...
This example shows how to build a dock UI using the MVVM pattern.To learn more on how to implement similar functionality in Silverlight, refer to the T245345 example.Update: this approach is outdated....
View ArticleHow to bind XtraScheduler to XPO
This example illustrates the technique of binding XPO data source to the XtraScheduler.
View ArticleHow to export GridView data to different rich text formats
This example is standalone implementation of the online Grid View - Exporting Data demo. It illustrates how to export the GridView 's content to several rich text formats via the ExportTo***...
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 ArticleHow to bind ASPxGridView to data when clicking an external button
This example illustrates how to bind ASPxGridView to data when clicking an external button.Note that if the grid is already bound to another datasource, it is necessary to set the grid's...
View ArticleHow to: Store file attachments in the file system instead of the database
ScenarioThe FileSystemData module provides the FileSystemStoreObject and FileSystemLinkObject classes that implement the IFileData interface for the use with our File Attachments...
View ArticleHow to Save Grid Layout to and Restore It from a memory stream
This example shows how to save the grid layout to a memory stream. To do this, click the 'Save Layout' button. Once saved, the grid layout can then be restored by clicking the 'Restore Layout' button.
View ArticleComboBox - How to display items with images
This example illustrates how to bind the editor to an xml file and use the ComboBoxProperties.ShowImageInEditBox property.Question CommentsAdded By: Chris Joosse at: 9/30/2015 2:12:33 PM Very...
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 handle tap events of buttons in TemplateColumn in iOS
It is impossible to tap buttons that are located in DisplayTemplate of TemplateColumns in iOS, so they don't raise Clicked events and commands.
View ArticleHow to style a cell at a certain position, using the MultiBindingConverter,...
It's possible to pass any value to the converter. In the Convert method the value of the property is passed, to which the Setter Value property was bound. To bind to the RowHandle.Value, use the...
View ArticleHow to customize a Report Wizard for WPF
This example demonstrates how to customize a Report Wizard for WPF by removing its Grouping and Summaries ribbon pages. To provide a custom report wizard, do the following:- Create a descendant class...
View ArticleASPxUploadControl - How to add additional fields to post information along...
This example illustrates how to use the ASPxUploadControl and a description field together. To obtain the desired result, the ASPxUploadControl and ASPxTextBox are composed as a Web User Control. File...
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 ArticleWinForms End-User Designer - How to customize the data source wizard...
By default, the report connections list is populated based on the connections stored in the application configuration file. In any case, the application configuration cannot be modified at runtime,...
View ArticleHow to force a GridLookUpEdit's drop-down window to filter records based upon...
This example shows how to create a GridLookUpEdit's descendant whose drop-down window will select records whose fields contain a specified sub-string. Don't forget to specify the...
View Article