How to apply master filtering in MVCxDashboardViewer
The following example demonstrates how to apply master filtering in MVCxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.SetMasterFilter method is used to select...
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 perform a drill-down in MVCxDashboardViewer
The following example demonstrates how to perform a drill-down in MVCxDashboardViewer on the client side. In this example, the ASPxClientDashboardViewer.PerformDrillDown method is used to perform a...
View ArticleHow to configure dxPanorama
This is the project that you will get if you go though the DevExpress DevExtreme - HTML5 Panorama video tutorial.
View ArticleHow to: Use the InstanceInitializerAttribute
This example shows how to use InstanceInitializerAttribute to create objects of a class that does not contain the default constructor (without the parameters).Click the New Client button within the...
View ArticleHow to process authenticated requests on the OData service
This example demonstrates how to process authenticated requests on the OData service. The main idea is to override the DataService.OnStartProcessingRequest method and implement authenticated logic in...
View ArticleOBSOLETE - How to implement a controller that will work for more than one...
========================To make a single ViewController or Action available in Views of different business object types simultaneously, set the TargetObjectType property in code to an interface or...
View ArticleHow to implement touch scrolling in GridView
This example demonstrates how to provide the capability to scroll GridView by dragging its rows to be able to use GridView on touch devices. The helper class implements a basic scrolling behavior and...
View ArticleHow to use a stored procedure with parameters as a report data source in a...
The simplest method to use a stored procedure with parameters as a report data source is to create a corresponding TableAdapter in the VS DataSet designer.To avoid the "Expected parameter was not...
View ArticleHow to: Apply Conditional Formatting
This example demonstrates how to change the appearance of individual cells based on specific conditions using the Conditional Formatting feature.
View ArticleHow to implement data editing with hidden column
Problem:I need to hide some columns in the GridView because they are utilized for internal purpose (e.g., rowversion column). At the same time, it is necessary to have these column values in the update...
View ArticleHow to clone a persistent object
This is an example for the How to clone a persistent object Knowledge Base article. Please refer to the article for the explanation.Question CommentsAdded By: Sigurd Decroos at: 1/8/2013 5:48:41 PM...
View ArticleHow to implement dependent views in a DashboardView (filter based on selection)
This example illustrates how to filter a ListView displayed in a DashboardView based on another ListView's selection.Scenario When a DashboardView contains several list views, it is often required to...
View ArticleHow to edit a persistent object on a Web page
==================================================This article is now obsolete.Use the approach from Tutorial 5 - An ASP .NET Application for Data Editing to edit persistent objects by using the...
View ArticleASPxHtmlEditor - How to embed Header and Footer to exported document
This example demonstrates how to embed header and footer to an exported document when using the ASPxHtmlEditor.This functionality is implemented using the RichEditDocumentServer control and the...
View ArticleHow to use the XPPageSelector with the GridControl
This example demonstrates how to bind the XtraGrid to the XPPageSelector component. Please note that paging is not applicable to the XtraGrid, as the grid requires the entire collection to correctly...
View ArticleHow to localize dxDateBox
This example illustrates how to localize dxDateBox day and month names and a date format. This example uses the German culture from the globalize culture libraries.
View ArticleGridView - How to highlight / select rows according to search criteria
This example illustrates how to highlight/select rows according to search criteria via a custom MVC GridView callback.- Define an external filter editor (for example, the ButtonEdit with a single...
View ArticleHow to create custom report controls
The following example demonstrates how to create a custom ProgressBar control.In this example, the progress bar control is implemented as a filled rectangle with variable width, and serves as a...
View ArticleGridView - How to implement an external filter
This solution is based on the T135656: GridView - How to highlight / select rows according to search criteria implementation:Use MVCxGridView.FilterExpression instead of the MVCxGridView.Selection API...
View Article