How to add a custom progress indicator to a Snap application
This example demonstrates how to indicate the document creation progress in a Snap application.After running this example, click Finish&Merge on the Data Tools: Mail Merge toolbar and select a...
View ArticleHow to calculate routes from major roads using the Bing Map Route data service
This example demonstrates how to calculate routes to the destination point from major roads using the BingRouteDataProvider.CalculateRoutesFromMajorRoads method.Before route calculation, specify...
View ArticleHow to convert and then print an ASPxGridView by using the XtraReport
This example demonstrates how to dynamically create a report based upon the ASPxGridView control at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to display the "Total" point value in the Crosshair Panel
To accomplish this task, handle the client-side ASPxClientWebChartControl.CustomDrawCrosshair event and include the Total value via the LabelElement.footerText property of the last crosshair panel...
View ArticleHow to apply conditional formatting to a range of cells
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule.In particular, this sample...
View ArticleHow to apply conditional formatting to a range of cells
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule. In particular, this...
View ArticleValidation - How to highlight invalid properties when the View is shown
This example demonstrates, how to check rules when the View is activated, or the View's object is changed. For that purpose, the ImmediateValidationController is implemented. To avoid checking these...
View ArticleHow to show a Ribbon Preview Window for XtraReport
This example illustrates how to create a Ribbon PrintPreview interface for WPF XtraReport.
View ArticleHow to implement the ItemsSource property for the LayoutControl control
This example demonstrates how to implement the ItemsSource property for the LayoutControl control. The ItemsSource property is implemented as an attached property and allows you to bind a collection...
View ArticleDXScheduler Getting Started - Lesson 3 - Create a Custom Edit Appointment...
This example demonstrates how to bind a scheduler control to data with custom fields and provide end-users with the capability to edit these fields in a custom Edit Appointment form.You can replicate...
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 implement the ISpellChecker interface to utilize the Google Spell...
Google has deprecated its spelling service and this example is no longer working. However, the ISpellChecker interface implementation in this example is still relevant for versions up to v2013 vol.2.
View ArticleCustom appointment form with modified behavior
This example illustrates how the appointment form can be customized to meet the following requirements:All-Day event is the default and start & end times are hidden until the user unchecks the...
View ArticleHow to create a master-detail report bound to an ORM (Entity Framework) model...
This example demonstrates how to create a master-detail report bound to Object Relational Model in ASP.NET MVC applications.This example uses the Entity Framework ORM model to provide a report with...
View ArticleHow to localize ASPxScheduler dynamically
This example illustrates how to implement the approach described in the Localizing ASP.NET Controls via Localizer Objects article in ASPxScheduler control localization.
View ArticleHow to create a report dynamically in the ASP.NET MVC application
This example illustrates how to create a report dynamically in the ASP.NET MVC application.Example CommentsAdded By: vkr at: 11/14/2013 10:37:25 AM Where are we assigning the report with data here ?...
View ArticleHow to customize a palette of the Choropleth map
The following example demonstrates how to customize a palette of the Choropleth map.In this example, a set of custom colors is used to color map shapes depending on the provided values. Absolute values...
View ArticleHow to pass a dashboard parameter to a filter string
The following example demonstrates how to create a new dashboard parameter and pass it to a data source' filter string.In this example, the dashboard has two data sources. The dashboard visualizes data...
View ArticleHow to export cell range to a DataTable
This example illustrates how you can export worksheet cell range to a System.Data.DataTable object.The following steps are required:1) Add a reference to the DevExpress.Docs.v13.2.dll assembly to your...
View ArticleHow to line up callbacks that are sent simultaneously
This example illustrates the approach described in the How to line up callbacks that are sent simultaneously KB article. If a focused row of the left Master grid changes very fast, the detail grid will...
View Article