How to create a GridView descendant class and register it for design-time use
This is an example of a custom GridView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer. Please refer to...
View ArticleHow to generate a sequential and user-friendly identifier field within a...
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 ArticleGridView - How to show a message after CRUD operations
This example illustrates how to show a custom message after performing CRUD operations:- Handle a particular Action method on the Controller side and save the related data/message via a custom ViewData...
View ArticleHow to specify the width/height ratio of the map projection
This example demonstrates how to customize the width/height ratio of the map projection. In this example, the following ratios for the Equal-area projection are used. The ratio values can be found...
View ArticleHow to provide cylindrical equal-area projections of a map
This example demonstrates how to customize the width/height ratio of the map projection. In this example, the following ratios for the Equal-area projection are used. The ratio values can be found...
View ArticleDate range filtering in the Filter Row
This example illustrates how to specify a column's FilterTemplate by using two ASPxDateEdit controls and use them for date range filtering:- Enter the start and end date values;- Call the client-side...
View ArticleWeb Report Designer - How to use the custom serializer class...
This example demonstrates how to use the custom data source component serializer class that implements the IDataSerializer interface to serialize a report's data source component. This approach is...
View ArticleHow to show and hide a popup window via server side code
While we recommend using client-side code (scripts) to open or hide a popup window to avoid a turn around to the server, in certain situations you may need to implement server-side processing before...
View ArticleHow to compare editor values before posting data in the ASPxGridView
This can be done using the editor's client-side Validation event. You should handle the CellEditorInitialize event of the ASPxGridView and write a java script event handler in your server code. Please...
View ArticleHow to create a custom script editor in the End-User Designer
This example demonstrates how to create a custom script editor in the End-User Designer.
View ArticleEditing appointment series - how to retain the exceptions
This sample project addresses a typical problem that occurs when the end-user modifies a pattern used to create a chain of recurring appointments. What to do with modified occurrences also called...
View ArticleHow to use XAF Audit Trail module outside XAF
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. This class is...
View ArticleHow to generate groups and items via ItemsSource
This example demonstrates how to bind NavBarControl with a DataSource.Question CommentsAdded By: Mikhail Shubin at: 4/23/2015 11:04:27 AM Hello,This example has a binding error:System.Windows.Data...
View ArticleHow to bind a dashboard to an Entity Framework data source at runtime
The following example demonstrates how to bind a dashboard to the SQLite database using Entity Framework 6.In this example, the Dashboard.AddDataSource method is used to add a new data source. To...
View ArticleASPxGridView with alphabetic pager
This example illustrates how to create a custom alphabetic pager. In fact, Alphabetic pager is filtering by a column. In this example we create a custom pager template, which contains anchors with...
View ArticleHow to bind DXTabControl to data
The following example demonstrates how to bind a tab control to data.
View ArticleHow to export a report to ZUGFeRD
This example demonstrates how to export a simple report to a PDF/A-3 file that meets the ZUGFeRD specification used for electronic invoices in Germany.
View ArticleHow to create a Side-by-Side Bar chart by adding Series and Points in code
The following example demonstrates how to create a Side-by-Side Bar chart at runtime.Note that this series view type is associated with the XY-Diagram type, and you should cast your diagram object to...
View ArticleHow to enhance performance when handling a large number of appointments
Problem:The Scheduler behaves perfectly well when there is a reasonable amount of appointments to display. However, what if I am required to handle large appointment datasets? If I use the...
View ArticleHow to implement the Drag&Drop mechanism between TileView and GridView
This example demonstrates how to drag and drop entries between two GridControl views - TileView and GridView.
View Article