ASPxGridListEditor - Reference properties editing in the batch mode
The complete description is available in the How to: Edit a Reference Property in the Batch Edit Mode topic.Question CommentsAdded By: L Alex at: 8/30/2017 7:08:42 PM Hello,How to use this feature...
View ArticleHow to use the ASPxGridView control (with the enabled vertical scrollbar) in...
This example demonstrates how to resize the ASPxGridView control based on the browser window size.Update:To keep the visual grid's size intact while adjusting it on the first load, wrap ASPxGridView...
View ArticleSpreadsheet Document Server API - Part 2
This example demonstrates how to use the Spreadsheet Document Server API to programmatically manage spreadsheet documents, without the need for Microsoft Excel to be installed.The application includes...
View ArticleHow to reuse XAF Audit Trail module functionality in a non-XAF WinForms...
The XAF Audit Trail module is intended to track changes being made in persistent objects. This module uses the AuditTrailService class to track changes and write them to the database. It is possible to...
View ArticleHow to reuse XAF Audit Trail module functionality in a non-XAF ASP.NET...
The XAF Audit Trail module is intended to track changes being made in persistent objects. This module uses the AuditTrailService class to track changes and write them to the database. It is possible to...
View ArticleHow to access a tab control in a Detail View layout
Scenario This example demonstrates how to implement a View Controller that will access layout controls and customize them as required. In particular, the second tab in the tab control should become...
View ArticleHow to load a file on the callback of the ASPxGridView
By default, it is impossible to load files on callbacks:The Concept of CallbacksHowever, there's a solution that allows you to overcome this problem.This sample shows how to load a file by clicking the...
View ArticleHow to show a hyper link (URL, email, etc.) for a business class property
ScenarioThe following basic functionality is implemented in the HyperLinkPropertyEditor.Win,HyperLinkPropertyEditor.Web and HyperLinkPropertyEditor.Mobile modules:1. Custom PropertyEditor classes for...
View ArticleHow to generate a sequential and user-friendly identifier field within an XPO...
ScenarioOrders, articles or other business entities often require that you have user-friendly Id or Code fields that end-users can memorize and use during phone conversations. They are usually...
View ArticleHow to display details collections with descendant classes filtered by object...
Suppose we have the same classes structure as shown in the How to: Use UpCasting help topic. Our goal is to provide two details collections into a DetailView that will allow end-users to view objects...
View ArticleHow to use the DropDownButton control
This example demonstrates the easiest way to utilize the DropDownButton controlQuestion CommentsAdded By: michael williams 12 at: 1/20/2015 11:27:15 AM Poor example.. This is just the Designer's...
View ArticleHow to implement a scrollable ASPxDockZone
This example demonstrates how to implement a scrollable ASPxDockZone using ASPxPanel and a CssClass property.
View ArticleHow to create the print page header and footer when exporting the GridControl
To accomplish this task, create a PrintableControlLink class instance based on the GridControl. After that, assign your custom templates to the PageHeader and PageFooter properties of the...
View ArticleHow to: Show different views for the same object, based on the source view,...
Scenario:I have two business classes representing a producer and a consumer of an transaction, and a transaction class that have references to both producer and consumer. I want to be able to open (or...
View ArticleDrawing tick values in the TrackBarControl and RangeTrackBarControl
This example demonstrates how to create custom TrackBarControl and RangeTrackBarControl editors that allow showing tick values.Question CommentsAdded By: Annie Shi at: 3/3/2016 6:07:31 PM can you...
View ArticleDXGrid - How to bind GridControl context menu items to commands
This example demonstrates how bind a grid's and ViewModel's commands to the popup menu.In addition, this example shows two different implementations of the popup menu in DXGrid:1. Embedded BarItems.2....
View ArticleShow a popup window in response to right-clicking a grid row
This demo shows how to: - Use client-side events to respond to right-clicking a grid. - Use client-side functions to identify the clicked row. - Invoke a popup control with additional...
View ArticleHow to customize an old version of the Report Wizard (that was used up to...
Important Note: The approach demonstrated in this code example is related to an old version of the Report Wizard that was used up to version 13.2. Starting with version 14.1, a new version of the...
View ArticleHow to customize the New Report Wizard (introduced in the 2014 vol.1 release)...
This sample illustrates how to customize the wizard in the End-User Designer.See also:Data Source Wizard – How to Replace the Standard Query BuilderData Source Wizard - How to customize the list of...
View ArticleASPxSpreadsheet - How to save and load documents from a database
UPDATED:This code example demonstrates how to save and restore ASPxSpreadsheet documents from a database using a Binary column.Starting with version 15.1, we recommend using the ASPxSpreadsheet.Open...
View Article