XtraMap Getting Started - Lesson 3 - Binding a map control to data loaded...
This example illustrates how to bind a Map control to data. This data stored in an external XML file, which contains information about wrecked ships, including ship coordinates.In this example, the map...
View ArticleASPxGridView - How to edit multiple selected rows in a single Edit Form
This example demonstrates how the grid's standard Edit Form can be used to input and apply identical values to all selected grid rows.See Also:ASPxGridView - Multi-Row EditingQuestion CommentsAdded By:...
View ArticleHow to add a CheckBox column which provides to check/uncheck all CheckBoxes...
This example demonstrates how to add a CheckBox to a column header which allows you to check/uncheck all CheckBoxes in cells under this column.This functionality is implemented by means of a behavior -...
View ArticleXRTable - How to best fit columns
Currently, XRTable does not provide the best fit column functionality for several reasons. It is not quite clear how this feature should work in the case of multi-line text in cells. Being applied to a...
View ArticleGridControl - How to add a check box to a column header
This example demonstrates how to add a check box to a column header.Pic. 1Pic.2To use this solution in your application, execute the following steps:1. Drop the GridViewColumnHeaderExtender component...
View ArticleHow to display documents from the Report and Dashboard Server in the Web...
This example demonstrates how to use the Web Document Viewer to display documents that are created remotely with the DevExpress Report and Dashboard Server.This Server provides the protected API for...
View ArticleHow to display multiply summaries in the same column
This example demonstrates how to display multiply summaries in the same column both in group and total footers.Question CommentsAdded By: Alejandro Cruzado 1 at: 5/17/2018 11:42:51 AM Hi,Will the...
View ArticleGridView - How to define calculated fields in the Server Mode
In this example, we demonstrate how you can implement calculated fields when the GridView extension is bound to a Server Mode data source.On the side of the SQL server, you need to use a Table-Value...
View ArticleWPF dashboard - How to manage dashboard parameters in code
This example shows how to override an initial or user-defined dashboard parameter value by changing it in the DashboardControl.CustomParameters event handler. The effective parameter value is hidden...
View ArticleHow to integrate Snap reports in XAF WinForms
ScenarioThis example demonstrates one possible way of integrating Snap reports in an XAF WinForms application. It contains the Snap module (the SnapModule class library) implementing this functionality...
View ArticleHow to export Scheduler appointments in Google Calendar
This example demonstrates how you can use the Google Calendar API in your scheduling application. Google provides the corresponding guidelines regarding use of this API:Google Calendar API Before using...
View ArticleHow to implement a custom inplace editor for appointments
This example demonstrates how you can implement a custom editing form that will be invoked instead of the default inplace editor.See the How to: Customize an Inplace Editor document for a step-by-step...
View ArticleHow to implement drag-and-drop appointment functionality between two...
By default, the drag-and-drop appointment functionality between two SchedulerControls is supported.However, SchedulerControl always removes an appointment after moving it to another SchedulerControl....
View ArticleHow to paint a special time area for an appointment and interact with it
This example illustrates how to paint a special time area for an appointment by using the CustomDrawAppointmentBackground event. An end-user can move an appointment into this time area, but can't move...
View ArticleHow to preserve the Legend checkbox item state in an ASP.NET MVC application
NOTE. Starting with v17.1, you can optionally save legend checkbox state for the chart's Series collection on callbacks. To activate this feature, enable the SaveStateOnCallbacks option.It is no longer...
View ArticleHow to customize the Edit Appointment Form in the "Shared Resources" scenario
This example illustrates how the appointment editing form with multiple resources selection can be implemented in a project with ASPxScheduler control bound to SQL Server.The CarsXtraScheduling.sql...
View ArticleHow to create a custom exporter using XtraReport (AutoRowHeight, BestFit and...
This is an ASP version of the How to create a custom exporter for the PivotGridControl by using the XtraReport suite example that implements following suggestions:S130430: Support word wrap when...
View ArticleASPxGridView - How to save a focused row index to cookies on the server side
The ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to/from the cookies manually. If the...
View ArticleHow to pass a dashboard parameter to a calculated field's expression in code
The following example demonstrates how to create a new dashboard parameter and pass it to a calculated field's expression.In this example, the dashboard connects to the Northwind database and selects...
View ArticleOBSOLETE - How to override properties of business objects (Example)
Please refer to the Can I override properties of business objects? KB Article for more information.
View Article