Synchronization with MS Outlook - a demonstration example
This example allows you to examine the operation of AppointmentExportSynchronizer and AppointmentImportSynchronizer objects which enable you to implement your own synchronization method.WARNING: When...
View ArticleGridView - How to focus a newly added row
This example demonstrates how to focus a newly added row.Question CommentsAdded By: Zoltán Juhász at: 12/1/2015 3:44:05 AM The example does not work with DevExpress 15.1.7. After set FocusedRowIndex...
View ArticleWinForms SpreadsheetControl API
This example demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.In particular, this sample...
View ArticleHow to provide custom images for the CheckEdit control in the GridControl...
Implement a ControlTemplate with the Image property. In the ControlTemplate, implement a DataTrigger, and change the Image Source property when cell value is True. Assign this ControlTemplate to the...
View ArticleHow to sort qualitative values in a custom order
This example demonstrates how to implement a custom qualitative scale sort order.
View ArticleHow to configure resolve overlapping for axis labels
This example demonstrates how to configure resolve overlapping for axis labels.
View ArticleSpreadsheet - How to perform a request to the server using jQuery.ajax to get...
It is necessary to update the Spreadsheet state before sending a request to the server. Data for jQuery.ajax is prepared manually, so we cannot automatically trigger editor updates.There are two...
View ArticleHow to prevent a DetailView from being shown when a User double clicks or...
ScenarioFor certain data forms, a developer needs to limit end-users to editing only through the ListView, i.e. without invoking a separate DetailView. This is usually done by activating the inline...
View ArticleASPxReportDesigner - How to register a custom control in Report Designer's...
This example shows how to create a custom control and register it in the Web Report Designer's Toolbox. The example illustrates the steps to expand a set of native report controls by deriving from...
View ArticleHow to redirect hyperlinks within an exported PDF document
This example demonstrates how to implement the DevExpress.XtraRichEdit.Services.IPdfLinkUpdater interface to redirect hyperlinks within an exported PDF document. In particular, this example merges two...
View ArticleXL Export API - Examples
This example demonstrates how to use the XL Export API to create spreadsheet files in XLSX, XLS and CSV formats.This project introduces API properties and methods used to perform the following...
View ArticleHow to return values from the ASPxPopupControl's ContentUrl page and close...
The example illustrates how to return values from the ASPxPopupControl's ContentUrl page. The ContentUrl page calls the “HidePopupAndShowInfo” function, which is defined on the parent page. The...
View ArticleDateEdit - How to remove increment and decrement year buttons in Classic mode
In version 15.2 of DevExpress components, this goal can be achieved by setting the ShowYearNavigationButtons property to False.The solution below is up to date for versions 15.1 and lowerThis example...
View ArticleHow to show the TextEdit within a column's header to allow end-users to...
This example demonstrates how to catch a double click on a column's header, and show a text editor which allows an end-user to rename the column.Question CommentsAdded By: jtrebino at: 8/8/2012 7:57:50...
View ArticleHow to: Use EnumItemsSourceBehavior
This example demonstrates how to use the EnumItemsSourceBehavior.Question CommentsAdded By: Oliver Harrendorf at: 9/4/2015 5:53:57 AM Hi,did this also works for the WPF RibbonControl? I ask because...
View ArticleOBSOLETE - How to validate objects when navigating between records and the...
=================================This example is now obsolete. Instead, set the ModificationsController.ModificationsHandlingMode property to AutoCommit.=================================By default, XAF...
View ArticleHow to automatically scroll the grid during drag-and-drop
This example demonstrates how to scroll grid rows and columns when dragging an object near the grid's edge.See also:Drag&drop - Auto-scroll the grid when dragging near its edgesHow to automatically...
View ArticleASPxGridView in Endless Paging Mode with the Total summary item - How to...
In this example, the following scenario is illustrated:1) ASPxGridView operates in Endless paging mode.2) ASPxGridView contains the total summary item.3) An ASPxGridView row is updated/deleted/inserted...
View Article