How to add a custom button to a column header in a grid
This example illustrates how to add a custom button to a column header in a grid and assign custom actions to it. Question CommentsAdded By: Thomas Mayfield at: 1/3/2015 2:58:10 PM In both 13.1 and...
View ArticleHow to implement cascaded combo box columns in ASPxGridView without using...
The example illustrates how to create an editable grid with cascaded combobox columns. The implementation of the example includes the handling of manual callbacks and providing items for appropriate...
View ArticleASPxGridView - How to adjust Edit Form layout using the...
In this example, the Edit Form layout is customized by using the EditFormLayoutProperties property. The CategoryID column's editor is set to ASPxComboBox. The ProductID column's editor is displayed...
View ArticleHow to localize WinForms Scheduler UI using the Localizer class descendant
This example illustrates the use of the SchedulerLocalizer class descendant to display the names of the SchedulerStringId enumeration members instead of the localized strings. This approach enables you...
View ArticleHow to create complex custom controls (XRTreeList and XRGrid)
This example demonstrates how to create custom data-aware controls that have a complex structure. The example consists of two projects:- DevExpress.XtraReports.CustomControls. Contains all classes and...
View ArticleGridView - Text automatically scrolls horizontally when it doesn't fit into...
This example demonstrates a creeping line in a grid view cell when its text doesn't fit into its bounds. This feature works together with the cell's tool tip when a user points to a cell with the mouse...
View ArticleDashboard Designer - How to import shape files into Map Dashboard Items using...
This example demonstrates how to load custom shape files into Map Dashboard Items with custom code. This can be useful if you decide to set a specific InitialDirectory or load shape files from a database.
View ArticleHow to generate and assign a sequential number for an XPO business object...
ScenarioThis is a variation of the How to generate and assign a sequential number for a business object within a database transaction, while being a part of a successful saving process XPO example,...
View ArticleOBSOLETE - How to: Convert the Console Application Server to the Windows Service
============This approach is obsolete. Refer to the Run the Application Server as a Windows Service topic instead. The same code can be also generated automatically by the Solution Wizard.============
View ArticleHow to export Web Dashboard into a PDF document with different filter values...
This example demonstrates how to export a dashboard with different states (different master filters) to separate pages in a single PDF document. The example is based on the How to implement server-side...
View ArticleHow to load a PDF document from a stream
The following example illustrates how to load a document into the PDF Viewer from a Stream.Question CommentsAdded By: Dan Lingwood at: 10/23/2017 5:27:19 PM So why would you want to go through all...
View ArticleWPF Report Designer - How to hide properties of reports and their elements
This sample illustrates how to hide the properties of a report, its bands and controls (that is, all XRControl class descendants) in the End-User Report Designer by handling the static...
View ArticleHow to implement select/unselect for all rows in a group row in ASPxGridLookup
This example demonstrates how to implement select/unselect for all rows in a group row. First, place ASPxCheckBox and ASPxLabel into the ASPxGridLookup.GridViewProperties.Templates.GroupRowContent...
View ArticleOBSOLETE - How to: Configure a WCF ApplicationServer and win/web client.
========== This example is obsolete. Refer to the How to: Implement a WCF Application Server and Configure a Client Application for It topic instead.==========Question CommentsAdded By: Konstantin B...
View ArticleHow to show map pins using data from ASPxGridView
To show dxMap, it is first necessary to create a div tag with an ID that will be used in code as a container. Then, handle the ASPxGridView's CustomJSProperties event that allows passing a custom array...
View ArticleHow to use the ExpressionEditorForm as a stand-alone control
This example demonstrates how to embed the ExpressionEditorForm into the PanelControl and provide a functionality to apply expressions to unbound GridColumns.Question CommentsAdded By: Paul Weiss at:...
View ArticleHow to locate field value cells matching a particular condition (that...
The following example demonstrates how to handle the CustomFieldValueCells event to locate a specific column/row header identified by its column's/row's summary values. In this example, a predicate is...
View ArticleHow to print/export XtraReport in an ASP.NET WebForms application without...
This example demonstrates how to print/export XtraReport without displaying a report preview and using the preview's printing/exporting functionality. The main idea of this approach is to export...
View ArticleHow to print a report without displaying it in a web application
This example illustrates the approach of printing report document directly, via Adobe PDF web browser plug-in. This can be done by sending the exported XtraReport document via the...
View ArticleHow to manually provide vector items from WKT
This example demonstrates how to manually provide vector items from the SQL Geometry Well-Known Text.Question CommentsAdded By: william sutphin 1 at: 10/27/2017 12:36:20 PM So how do associate...
View Article