How to display and edit XPO in the ASPxGridView
This is a simple example of how to bind the grid to an XpoDataSource (eXpress Persistent Objects) for data displaying and editing. It's implemented according to the How to use XPO in an ASP.NET (Web)...
View ArticleHow to hide individual navigation items and groups for certain users
Scenario:Our Security System allows hiding navigation items for certain users by setting the Type Permission's Navigate access. Since with this approach, the Navigate access can be granted only for a...
View ArticleHow to display bubble chart items on a map
The following example shows how to generate bubble charts from a datasource.
View ArticleSpreadsheet Mail Merge - Getting Started
This example demonstrates how to use the Spreadsheet Mail Merge functionality to automatically generate a document based on data retrieved from a specified data source (the Categories table of the...
View ArticleSpreadsheet Mail Merge - Group Data
When performing a mail merge with the SpreadsheetControl, you can sort data to be merged and split it into groups based on identical values in the specified data field.This example contains the mail...
View ArticleHow to: Store file attachments in the file system instead of the database
The FileSystemData module provides the FileSystemStoreObject and FileSystemLinkObject classes that implement the IFileData interface and enable you to store uploaded files in a file system instead of...
View ArticleHow to use manual date-time scale options of an Axis
This example demonstrates how to use manual date-time scale options of an X-axis.The data aggregation is enabled automatically for the date-time scale on the X-axis in manual scale options.When the...
View ArticleASPxDockPanel: How to Disable Dragging for Certain Areas of the Header
By default it is possible to move an ASPxDockPanel within the page by dragging its header. This example demonstrates how to disable dragging for certain areas of the header.In this example an ASPxMenu...
View Article(Obsolete) How to adjust point options of the Pie series view type at runtime
The following example demonstrates how to specify the appearance of series labels in the Pie chart using its point options.
View ArticleHow to create a PropertyEditor based on the XtraRichEdit control
Take special note that this editor is intended to be used for a simple and most common scenario when only one text property in a Detail View is edited with the help of the XtraRichEdit control. Other...
View ArticleASPxNavBar - How to implement a table of contents with scrollable area
This example demonstrates how to implement a table of contents with the scrollable area using the ASPxNavBar control. An xml file is used as a data source here, however it is possible to do the same...
View ArticleHow to: Build an Office-inspired Application
This example demonstrates how to build an Office-inspired application with DevExpress Scaffolding Wizards.Refer to a corresponding tutorial in DevExpress Documentation to learn step-by-step how to...
View ArticleDrag&drop items from one standalone GalleryControl to another one (extended)
This example demonstrates how to implement a custom GalleryControl that highlight the position for insertion when dragging its items.See Also:How to drag and drop an item from one standalone...
View ArticleHow to implement a context menu allowing to activate a certain DockPanel in a...
Starting from version 11.2, we have introduced a special DockManager.PopupMenuShowing event. Handle this event to show a menu. For earlier versions: In this example, the XtraBar PopupMenu is populated...
View ArticleHow to animate switching between two grids by using TransitionManager component
This example demonstrates how to use the TransitionManager component to animate switching between two controls on a form.
View ArticleHow to save several layouts into one file
This example demonstrates how to save several xml files to one. For example you may need to save layout information from the BarManager and TabbedView (DocumentManager) components to a singe file.
View ArticleHow to merge pages in PDF
This example illustrates how to use PDF Document Processor for merging pages of two separate PDF files into a single PDF file.
View ArticleHow to rotate PDF pages
This example illustrates how to use PDF Document Processor for rotating PDF pages.
View ArticleOBSOLETE - How to show a specific detail view for a selected record in the...
=======================================This example is now obsolete. Instead, leave the MasterDetailView property empty for the Views | ListView node in the Model...
View ArticleHow to delete pages from PDF
This example illustrates how to use PDF Document Processor for deleting pages from PDF.
View Article