How to use the ASPxWebControl.CallbackError event to handle application-level...
This example is an MVC version of the How to use the ASPxWebControl.CallbackError event to handle application-level errors occurred inside ASPxWebControls during callback processing WebForms...
View ArticleGridView - How to perform a custom client side unobtrusive validation for the...
Updated: Starting with version 14.1, unobtrusive validation works for built-in EditForm out of the box (see Support unobtrusive validation for the GridView's built-in edit form). You need to wrap...
View ArticleHow to speed up Windows Forms applications, running in a Remote Desktop...
To achieve this goal, you can disable visual styles, skins, animations, and set various controls options. Note that here we additionally disable visual effects of two most "expensive" controls:...
View ArticleHow to bind ASPxGridView with XmlDataSource
This demo is based on the GridView Examples for ASP.NET 2.0: Accessing Data with the DataSource Controls MSDN article. It illustrates how to bind the ASPxGridView with the XmlDataSource control.The...
View ArticleGridView - How to toggle Auto Filter Row visibility
Starting with v2014 vol 1 (v14.1), it is much easier to accomplish this task via the built-in Context Menu -> Filter Row command. Please refer to the ASP.NET: GridView Context Menu (What's new in...
View ArticleHow to integrate a gauge control for visualizing a value of a business class...
ScenarioThis example demonstrates a possible integration of the DevExpress gauge controls in XAF for representing various types of business class properties. For this, custom WinForms and ASP.NET...
View ArticleHow to use DateTimeNavigation service
This example shows how to implement forward/back navigation to navigate a "displayed" time frame (month, day, week, etc.) at a time. It uses the IDateTimeNavigationService which provides two methods -...
View ArticleHow to customize the underlying database provider options and data access...
IMPORTANT NOTEThis article describes some advanced customization techniques and low-level entities of the framework with regard to data access, which may be required in complex scenarios only.So, if...
View ArticleHow to show a hyper link (URL, email, etc.) for a business class property
ScenarioThe following basic functionality is implemented in the HyperLinkPropertyEditor.Web and HyperLinkPropertyEditor.Win modules:1. Custom PropertyEditor classes for WinForms and ASP.NET based on...
View ArticleHow to implement an editable ASPxPivotGrid
This example demonstrates how to allow end-users to modify data cell values within the ASPxPivotGrid.Question CommentsAdded By: Mike S CBO at: 4/14/2015 12:26:47 PM This is great. How would we do...
View ArticleHow to display check boxes for legend items, to control the visibility of series
This example demonstrates how you can accompany each legend item with a check box, which controls the visibility of the corresponding series (obsolete approach). Note that starting with the DXperience...
View ArticleHow to get a list of names of selected files if ASPxUploadControl operates in...
This example demonstrates how to get a list of names of selected files if ASPxUploadControl operates in multi-file selection modeQuestion CommentsAdded By: Stuart Duncan at: 8/8/2013 3:14:05 AM This...
View ArticleHow to use the LayoutView/CardView as a master View in master-detail mode
This example illustrates how to emulate a master-detail mode for the LayoutView/CardView.Question CommentsAdded By: Marcus Gabriel at: 8/20/2013 11:44:10 AM A screenshot how the result looks would...
View ArticleHow to: Use the ParentPath Property to Enable the Binding from the ViewModel...
In this example, the ParentPath is set to the MasterItem property that contains the reference to its master item. Thus, the master grid can determine the detail grid in which the current item is to be...
View ArticleWinForms End-User Report Designer - How to hide a property in the Properties...
This example demonstrates how to hide connection (ConnectionName and ConnectionParameter) properties of the SqlDataSource component set as a a report's data source.You can customize the Properties...
View ArticleHow to implement a drill-down feature for an ASP.NET MVC web report
This example demonstrates how you can implement a Drill-Down feature for a report displayed in the ASP.NET MVC DocumentViewer extension.IMPORTANT NOTE:Starting with version 15.1, our Reporting Suite...
View ArticleOBSOLETE - How to set the size of the popup window shown via the...
==========================================This example is now obsolete. Instead, refer to the How to: Adjust the size of pop up dialogs example.==========================================To accomplish...
View ArticleHow to implement CRUD operations when WcfInstantFeedbackDataSource or...
This example shows how to use WcfInstantFeedbackDataSource or WcfServerModeDataSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special...
View ArticleHow to apply master filtering in ASPxDashboardViewer
The following example demonstrates how to apply master filtering in ASPxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.SetMasterFilter method is used to select...
View ArticleHow 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 Article