How to simulate the "No data" state in a pie chart by using one series with...
This example demonstrates how to simulate the "No data" state in a pie chart by using one series with one point.NOTE: Starting from v2014 vol 1, text pattern properties (AxisLabel.TextPattern,...
View ArticleHow to create a 3D Side-by-Side Bar chart
The following example demonstrates how to create a 3D Side-by-Side Bar chart at runtime.Note that this series view type is associated with the XY-Diagram 3D type, and you should cast your diagram...
View ArticleHow to load a dashboard at runtime to an MVC DashboardViewer
The following example demonstrates how to load a dashboard to an MVC Dashboard Viewer at runtime.
View ArticleHow to display underlying data for dashboard items displayed in the Web Viewer
The following example demonstrates how to obtain underlying data corresponding to a particular visual element using the ASPxClientDashboardViewer's API.In this example, the...
View ArticleGridView - How to implement copy functionality in Batch Edit mode
This example demonstrates how to add copied values to a new row on a custom command button click using a new client-side API implemented in the following threads:ASPxGridView - Batch Edit mode -...
View ArticleDXGrid - How to bind a grid's command to a popup menu's item
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. BarManager and...
View ArticleHow to load image tiles from another source
This example illustrates how to implement a custom provider of image tiles. For this it's necessary to create a MapDataProviderBase class descendant and assign it to the ImageTilesLayer.DataProvider...
View ArticleHow to manually add MapBubble items to the map
The following example illustrates how to manually add an array of MapBubble objects to the Map control.
View ArticleHow to manually add MapPie items to the map
The following example illustrates how to manually add a MapPie object to the Map control.
View ArticleHow to print and export a WinForms Dashboard visual representation as is
The following example demonstrates a workaround that allows you to print and export a Dashboard visual representation as is via the Print Preview dialog.In this example, the Customer Support dashboard...
View ArticleHow to implement hot-tracking for grid rows
This example demonstrates how to change the appearance of grid rows when the mouse is hovered over themQuestion CommentsAdded By: Matthew Perryman at: 6/9/2014 8:37:19 AM This doesn't work for a...
View ArticleHow to apply a certain layout to the required view
It is necessary to handle the HtmlApplication.resolveLayoutController event and specify the required layout controller that must be used to provide a layout markup for the given view. All predefined...
View ArticleGridView - How to show a confirmation dialog using PopupControl
This example demonstrates how to show a delete confirmation dialog using PopupControl. In this example, GridView is created with a custom button; the CustomButtonClick event is handled. PopupControl is...
View ArticleASPxGridView - How to show a confirmation dialog using ASPxPopupControl
This example demonstrates how to show a delete confirmation dialog using ASPxPopupControl. In this example, ASPxGridView is created with a custom button; the ASPxClientGridView.CustomButtonClick event...
View ArticleHow to configure dxDataGrid with Angular Approach
This example demonstrates how to display data from a data source in dxDataGrid created using the AngularJS approach.See also:Configure Widget - Angular Approach
View ArticleHow to create dxPieChart using the AngularJS approach
This example demonstrates how to display data from a data source in dxPieChart created using the AngularJS approach.See also:Configure Widget - Angular ApproachdxPieChart APICreate a Widget - AngularJS...
View ArticleHow to create an analog of GridLookUpEdit with TreeList in a popup window
This example is obsolete. We've included the TreeListLookUpEdit editor in our suite in version 13.1.In some cases, it is useful to display data within LookUpEdit in the hierarchical structure.This can...
View ArticleUsing keyboard for ASPxGridView pages navigation
This example demonstrates how to process a document's keydown event and how to activate some ASPxGridView's page according to the key that has been pressed.The following keys are processed in this...
View ArticleGridView - How to drag and drop items from one grid to another
The example demonstrates how to use the jQuery framework to drag an item from one grid to another.- Use jQuery UI Draggable and Droppable plug-ins;- Define "draggable" and "droppable"...
View ArticleHow to use jQuery to drag and drop items from one ASPxGridView to another
The example demonstrates how to use the jQuery framework to drag an item from one grid to another.- Use jQuery UI Draggable and Droppable plug-ins;- Define "draggable" and "droppable"...
View Article