ASPxComboBox - How to implement cascaded combo boxes when using a large data...
This example demonstrates how to implement cascaded combo boxes scenario when a child ASPxComboBox operates in a Dynamic List Population mode1) Enable a "child" ASPxComboBox "Dynamic List Population"...
View ArticleHow to specify mini map behavior
This example demonstrates how to customize mini map behavior.The Mini map supports two behavior types.- Fixed. The mini map's zoom level and a center point are fixed.- Dynamic. The mini map's zoom...
View ArticleHow to customize a Choropleth colorizer's range distribution
This example demonstrates how to customize a Choropleth colorizer's range distribution.It is possible using one of the following range distributions.- Linear.- Logarithmic.- Exponential.To use one of...
View ArticleHow to customize a mini map's layers
This example shows how to customize a mini map's layers which should be displayed.For this, use the MiniMap.Layers collection.
View ArticleHow to export a map to a file
To export a map to a file use one of the following methods.- MapControl.ExportToHtml - exports a map to a Html file- MapControl.ExportToImage - exports a map as an image.- MapControl.ExportToMht -...
View ArticleDXCharts Getting Started - Lesson 1 - Create a Simple Chart
This example demonstrates how to create a simple chart, populate it with data and adjust its common settings.Question CommentsAdded By: Gravitas at: 1/24/2015 6:44:16 AM Thanks, the support for...
View ArticleHow to create a 3D Bubble chart
The following example demonstrates how to create a 3D Bubble chart.Question CommentsAdded By: Vincent Robert at: 12/10/2014 3:01:39 PM Is it possible to create such a 3d bubble chart using the...
View ArticleHow to print a map
To print a map, use one of the following functions.- MapControl.ShowPrintPreview - shows the Print Preview dialog.- MapControl.ShowPrintPreviewDialog - shows the Print Preview modal dialog.-...
View ArticleASPxGridView - How to calculate and set column values in the Edit Form on the...
This example implements the approach demonstrated in the KA18839: ASPxGridView - How to set column values in the Edit Form depending on another editor's valueKB article.See Also:E3929: ASPxGridView -...
View ArticleHow to implement custom map projection
This example describes how to implement custom map projection. In this example the Hammer-Aitoff projection was implemented.
View ArticleHow to bind ASPxScheduler to MS SQL Server using Entity Framework
This example demonstrates how to bint the ASPxScheduler Control to MS SQL Server using Entity Framework. The example uses the Entity Data Model Wizard and EntityDataSource controls. To learn about how...
View ArticleHow to customize mini map behavior
This example shows how to customize mini map behavior. For this assign the MiniMapBehavior class descendant object to the MiniMap.Behavior property and specify the object's properties.
View ArticleHow to handle a double-click on a grid row in a MVVM application
This example demonstrates one of many possible solutions for decoupling DXGrid mouse event handling from business logic, when using the MVVM architectural pattern.Question CommentsAdded By: Gert Hauan...
View ArticleHow to: Create a Tile Layout Control
This example shows how to create a Tile Layout Control.
View ArticleHow to customize mini map layers
This example demonstrates how to customize mini map layers.For this, create required MiniMapLayerBase class descendant objects, configure them and add to the MiniMap.Layers collection.
View ArticleGridControl - How to get currently visible rows on the screen
You should get a DataPresenter. This dependency object supports the IScrollInfo interface. This interface provides the VerticalOffset and ViewportHeight properties. In fact, the VerticalOffset property...
View ArticleHow to raise XAF CallBacks from client-side events
Scenario:It is necessary to execute server-side code that requires refreshing the current View as a response to user actions in an ASP.NET application. For example, show the first navigation item when...
View ArticleASPxScheduler / ASPxGridView - How to drag a row from the grid and create an...
This example demonstrates how to create an appointment based on dragged row values of ASPxGridView.Note that data modifications are not allowed in online demos. To allow editing in local/offline mode,...
View ArticleHow to bind a dashboard to a DataSet at design time and provide data at runtime
The following example demonstrates how to bind a dashboard to a DataSet at design time and fill it with data from the SalesPerson table in the Northwind database.In this example, the dashboard is...
View ArticleOutlook Inspired App (EF data model only)
This is a demo solution that features an MS Office-like UI in a CRM data setting.Follow the Building Outlook-Insipred and Hybrid UI Applications tutorial to learn how to create this demo from scratch.
View Article