How to use the DXSerializer.LayoutUpgrade event to upgrade a layout from one...
Sometimes it may be necessary to change the layout in your application (e.g., add a panel into the DockLayoutManager, rearrange groups, or add columns into the GridControl). In this case, a previously...
View ArticleASPxGridView - Export images from the column of the GridViewDataImageColumn type
This example demonstrates how to export images displayed in the GridViewDataImageColumn. To do this, handle the RenderBrick event and populate its argument ImageValue property with the image in binary...
View ArticleCustom XtraNavBar view: XPExplorer view without expand/collapse buttons and...
This sample project illustrates the following article: Custom XtraNavBar view: XPExplorer view without expand/collapse buttons and with always expanded groups. It demonstrates how to implement a custom...
View ArticleHow to show filter dialog before showing ListView
Scenario:When a user executes a navigation item that displays a large ListView, the application should display a popup window that allows you to define a filter for this ListView before loading records...
View ArticleHow to add a DragAndDrop capability to NavBarControl
This example demonstrates how to add a DragAndDrop capability to NavBarControl.Our NavBarControl doesn't support drag and drop out of the box. To provide this capability in this sample, we subscribe to...
View ArticleHow to implement the "Document Map" feature for RichEditControl's document...
MS Word provides the capability to display a Document Map, which allows you to navigate through document parts.You can implement a similar feature using the TreeList component in unbound mode: How to:...
View ArticleHow to change an appointment's custom field values via the "Appointment"...
This example demonstrates how you can add possible values of an appointmen's custom field as additional items into the appointment's context menu, so that an end-user can change the appointmen's custom...
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 export a web chart on a client side
This example demonstrates how to use client-side events to export a WebChartControl to PDF on a client side. To do this, it is necessary to do the following: 1. Set the...
View ArticleHow to export ASPxPivotGrid and bound WebChartControl to the same print document
This example illustrates how to export ASPxPivotGrid and bound WebChartControl to the same print documentQuestion CommentsAdded By: Tam Vuong at: 5/16/2013 7:09:50 PM I follow the code and it just...
View ArticleHow to upload files from the EditForm
This example is now OBSOLETE. It was prepared for older DXperience builds (v7.3).At present, we recommend using the solutions illustrated in the following examples:E2933: Inserting of a new row in...
View ArticleHow to: Create a Custom Service
This example demonstrates how to create a custom service (a ServiceBase descendant).Review this documentation topic to learn more.
View ArticleHow to process authenticated requests on the OData service
This example demonstrates how to process authenticated requests on the OData service. The main idea is to override the DataService.OnStartProcessingRequest method and implement authenticated logic in...
View ArticleHow to obtain a dashboard item's underlying data in the Web Viewer
The following example demonstrates how to obtain underlying data corresponding to a particular visual element using the ASPxClientDashboardViewer's API.In this example, the...
View ArticleHow to obtain a dashboard item's underlying data in the WinForms Viewer
The following example demonstrates how to obtain underlying data corresponding to a particular visual element using the DashboardViewer's API.In this example, the DashboardItemClick event is handled to...
View ArticleHow to provide the quick search functionality for PivotExcelFieldListControl...
This example illustrates how to add a search box to the field list control. Our PivotExcelFieldListControl uses the TreeViewFieldsPresenter component to show fields in a tree-like view. In this...
View ArticleHow to use SingleChoiceAction to show a certain resource in Scheduler
This example demonstrates how to allow an end-user to choose the resource which will be shown in the scheduler. For this purpose, the approach from the How to create fully custom Role, User, Event,...
View ArticleHow to add the search capability to the detail grid
This example demonstrates how to add the search capability to the detail grid.Our detail grid with DataControlDetailDescriptor doesn't support searching or filtering in the detail grid. To provide this...
View ArticleHow to show ASPxPopupControl by clicking the ASPxHyperLink in the...
This demo is based on the How to display detail data within a popup window example. It illustrates how to show the ASPxPopupControl whose ContentUrl property is based on the ASPxGridView.DataRow's...
View ArticleHow to implement the Drag&Drop functionality for the CardView
We have created an example demonstrating how to implement the Drag&Drop functionality for the CardView.This functionality is encapsulated in the CardDragDropManager class. So, all you need to do is...
View Article