How to customize the marker template and the template of automatically...
This example demonstrates how to customize the appearance of automatically generated map pushpins.For this customize one or all of the following properties of the MapPushpinSettings object assigned to...
View ArticleASPxTreeView - How to list checked nodes
The code below lists checked nodes and shows them in a label on the client side.
View ArticleWPF RichEdit Document API
This example demonstrates how to use RichEdit Document API to programmatically manage rich text documents.The application includes several RichEditControls at the top used to display and edit the code...
View ArticleWinForms RichEdit Document API
This example demonstrates how to use RichEdit Document API to programmatically manage rich text documents.The application includes several RichEditControls at the top used to display and edit the code...
View ArticleInserting a new row in ASPxGridView with the image preview enabled
This example shows how to use ASPxUploadControl on the ASPxGridView's Edit Form to preview an image before performing data update.See Also:Image Upload in ASPxGridViewHow to bind the ASPxBinaryImage to...
View ArticleHow to connect different ORM data models to several databases within a single...
ScenarioThis example demonstrates how to create custom XAF modules with custom business objects and logic that would work with separate databases. These modules do not depend on each other and thus can...
View ArticleGridView - How to highlight / select rows according to search criteria
UPDATED:Starting with version 14.2, GridView provides the built-in Search / Find Panel functionality with the capability to locate it outside grid boundaries. This allows accomplishing a similar task...
View ArticleHow to create a single-page report to print a document on roll paper
With the 14.2 release, it has become possible to optimize a report for printing on roll paper by setting a single RollPaper property.For versions released prior to v14.2:This example demonstrates how...
View ArticleHow to enable in-place editing in the WinForms tree List View (TreeListEditor)
This example shows how to implement a custom ViewController that gets access to the TreeList control and makes it editable according to the XtraTreeList documentation:Â Â Â WinForms Controls >...
View ArticleHow to provide a custom template for series labels
The following example demonstrates how to change the appearance of series labels.To accomplish this, it is necessary to create a System.Windows.DataTemplate that specifies the appearance of series...
View ArticleHow to bind a dashboard to an Entity Framework data source
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 ArticleHow to: Add a Custom Control in the Web Report Designer
This example shows how to create a custom control and register it in the Web Report Designer's Toolbox. The example illustrates the steps to expand a set of native report controls by deriving from...
View ArticledxChart - How to display data from a remote data service (Knockout)
This example demonstrates how to display data from a remote data source in a dxChart. The dxChart widget is created via Knockout. The Data-Bound Application tutorial demonstrates how to create a custom...
View ArticledxChart - How to display data from a remote data service (AngularJS)
This example demonstrates how to display data from a remote data source in a dxChart. The dxChart widget is created via AngularJS. The Data-Bound Application tutorial demonstrates how to create a...
View ArticleHow to Access the Document Manager
This example demonstrates how to access the Document Manager that the MdiShowViewStrategy uses to show Views. You will see how to locate tab captions to the left and orient them horizontally. For...
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 ArticleHow to highlight the focused editor in DetailView
Scenario In this example, it is demonstrated how to implement custom attributes in the application model to highlight focused layout items in DetailView:The EnableHighlightFocusedLayoutItem attribute...
View ArticleHow to access other cell value while calculating the current cell
This example shows how to calculate a percent of a current cell related to the first row value, regardless of the current sorting.To accomplish this task, handle the PivotGridControl.CustomCellValue...
View ArticleHow to bind Scheduler to data using Entity Framework CodeFirst model
This example illustrates how to create the model of appointments and resources by using Code First development and then use the types defined in the model as data sources for the SchedulerStorage...
View ArticleHow to bind a dashboard to a SQL database using SqlDataProvider
The following example demonstrates how to bind a dashboard to a SQL database using SqlDataProvider.SqlDataProvider allows you to establish a connection to a data store by providing connection...
View Article