How to insert a file content into a document via drag-and-drop
When the file of one of the supported formats is dropped on the RichEditControl, its content is completely replaced with this file content. But what if you wish to insert this file content into a drop...
View ArticleHow to enable caching of web reports to allow switching them on the client
The code in this example implements the native caching of web reports displayed by the ASPxDocumentViewer control which allows instantly switching the documents that are cached on the client.During the...
View ArticleHow to pass complex objects to a callback Action as callback arguments
This sample demonstrates how to convert custom types to the JSON string on the client side and parse this string on the server. The conversion is performed using $.toJSON. This function declared in the...
View ArticleHow to print or export a chart
This example demonstrates print and export capabilities of the chart control. Besides, it shows how to configure chart print options.
View ArticleHow to implement a custom XY-marker animation
This example demonstrates how to implement a custom XY-marker animation.
View ArticleHow to implement a custom pie animation
This example demonstrates how to implement a custom pie animation.
View ArticleHow to implement a custom funnel animation
This example demonstrates how to implement a custom funnel animation.
View ArticleHow to display specific grayed text (NullText) in RichEditControl when a...
Common text editors provide properties (NullText and NullValuePrompt) to set text displayed as grayed when the editor's value is null or an empty string and the editor is not focused. This example...
View ArticleHow to implement dependent views in a DashboardView (filter based on selection)
This example illustrates how to filter a ListView displayed in a DashboardView based on another ListView's selection.Scenario When a DashboardView contains several list views, it is often required to...
View ArticleHow to implement the Drag&Drop functionality for the CardView
We have created an example demonstrating how to implement the Drag&Drop functionality for the CardView.This functionality is encapsulated in the CardDragDropManager class. So, all you need to do is...
View ArticleDocumentPreviewControl - How to remove standard bar items and add custom ones...
This example demonstrates how to customize the DocumentViewerControl's toolbar (either BarManager or RibbonControl).In particular, it shows how to remove standard commands from a Ribbon toolbar and add...
View ArticleHow to preserve the XtraGrid View state
This example demonstrates how to preserve the XtraGrid's expansion, selection, focused row and its position related to the top, and restore this state later. For more information, please refer to the...
View ArticleHow to specify default document formatting
This example illustrates two methods to specify default document formatting. 1. The RichEditControlCompatibility.DefaultFontSize, RichEditControlCompatibility.DefaultFontName properties to specify...
View ArticleHow to: Plot the Fixed Value Error Bars indicator on a chart
This example demonstrates how to plot Fixed Value Error Bars on the chart.
View ArticleHow to: Plot the Standard Error Bars indicator on a chart
This example demonstrates how to plot Standard Error Bars on a chart.
View ArticleHow to: Plot the Percentage Error Bars indicator on a chart
This example demonstrates how to plot Percentage Error Bars on a chart.
View ArticleHow to: Plot the Standard Deviation Error Bars indicator on a chart
This example demonstrates how to plot Standard Deviation Error Bars on a chart.
View ArticleHow to: Plot the Data Source Based Error Bars indicator on a chart
This example demonstrates how to plot Data Source Based Error Bars on a chart.
View ArticleASPxGridView - How to bind GridViewDataComboBoxColumn Edit Form editor at...
This example illustrates how to provide GridViewDataComboBoxColumn with data and set its properties at runtime.Please note: the ComboBoxProperties.ValueType should be set according to the Data Type...
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 Article