How 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 ArticleASPxComboBox - How to implement cascaded combo boxes when using a large data...
This example demonstrates how to implement cascaded combo boxes scenario when a child ASPxComboBox operates in a Dynamic List Population mode1) Enable a "child" ASPxComboBox "Dynamic List Population"...
View ArticleHow to save and restore custom properties, defined in the PivotGridControl...
NOTE: This example was created for older XtraPivotGrid versions. The demonstrated solution is appropriate for versions prior to v2011.1. Generally, to serialize a property of the DevExpress control, it...
View ArticleHow to customize a popup menu of the WPF Spreadsheet control
This example demonstrates how to customize Spreadsheet control popup menus.
View ArticleHow to Filter Lookup List Views
This example demonstrates how to display a collection of a particular reference property in a drop-down window of the Lookup Property Editor that displays another reference property. For details, refer...
View ArticleHow to serialize parameters of custom types
This example demonstrates the capability to provide XML serialization of custom parameter types.In particular, it shows how you can save a report, along with its parameters of the System.Enum type, to...
View ArticleHow to build a native package in Visual Studio
This example was created for How to build a native package in Visual Studio article.
View ArticleHow to bind the XRChart control to the report's detail data when a report is...
This example demonstrates how to bind the report's XRChart control to detail data when a report is bound to the collection of data classes. The Entity Framework ORM is used in this example as a...
View ArticleASPxTokenBox - How to remove items from drop-down after selection
This example illustrates how to show only items that were not selected in the item collection. I.e. all items that were selected will be removed from the drop-down window, and unselected items will be...
View ArticleHow to activate panels via ViewModel
This example shows how to activate a panel via two-way binding in the BaseLayoutItem.IsActive property. After changing an active panel, a corresponding ViewModel is activated. And after changing the...
View ArticleHow to save the text of a document range in different formats
This example illustrates API methods used to get the text of the document range in different formats - RTF, HTML, MHT, DOCX. Although the preferable technique to save the document in different formats...
View ArticleGridView - How to allow end-users to resize the grid(MVC)
This example is an implementation of the E5057: ASPxGridView - How to allow end-users to resize the grid example for the MVC platform. The example supports both postponed (when the control's frame is...
View ArticleASPxGridView - How to allow end-users to resize the grid
The scenario is the following: - Set the ASPxGridView.SettingsPager.Mode property to 'ShowAllRecords';- Set the ASPxGridView.Settings.ShowStatusBar to 'Visible' and the...
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 ArticleGridView - How to toggle Auto Filter Row visibility
This example illustrates how to toggle the Auto Filter Row visibility via a custom MVC GridView callback.- Initialize the expected Auto Filter Row visibility via the ViewData key when a View is loaded...
View ArticleHow To: Create WidgetView at runtime
This example demonstrates how to create and customize WidgetView with 2 StackGroups at runtime.
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 use the XRPivotGrid control to create a cross-tab report
The following example demonstrates how to use the Pivot Grid control to generate a cross-tab report in code.See also: - How to fit the XRPivotGrid on a page; - How to use the XRPivotGrid control's...
View ArticleHow to customize the Silverlight Report Designer
This example illustrates how you can customize the Ribbon toolbar of the Silverlight Report Designer (e.g., remove an existing button or add a custom one).The RibbonControl's items can be customized...
View ArticleHow to apply filtering to a dashboard item's data in OLAP mode
The following example demonstrates how to apply filtering to a dashboard item's data in OLAP mode.In this example, constant values and dashboard parameters are passed to a filter string to filter a...
View Article