How to bind a dashboard to an OLAP cube using OlapDataProvider
The following example demonstrates how to bind a dashboard to an OLAP cube using OlapDataProvider. The OlapDataProvider allows you to establish a connection to the OLAP cube by specifying a connection...
View ArticleHow To: Create WidgetView at runtime
This example demonstrates how to create and customize WidgetView with 2 StackGroups at runtime.Question CommentsAdded By: Piotr Tworek at: 4/16/2014 11:31:33 AM This example not compatible for...
View ArticleHow to convert and then print an ASPxGridView by using the XtraReport
This example demonstrates how to dynamically create a report based upon the ASPxGridView control at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to show ASPxPopupControl on the ASPxGridView's CustomButton click
This example is an illustration of the How to show ASPxPopupControl on the ASPxGridView's CustomButton click KB Article. Refer to the Article for an explanation.Question CommentsAdded By: Gilberto...
View ArticleHow to implement custom Recurrence form with hourly recurrence
This sample illustrates how to create custom Recurrence form, which contains Hourly recurrence patternQuestion CommentsAdded By: Michael Berry at: 3/6/2015 9:55:35 PM Could you please provide this...
View ArticleHow to select/unselect all check boxes using the check box in the GridColumn...
This sample illustrates how to create a check edit unbound column, place a check edit in the column header, and select/unselect all check boxes using one check box in the header. You can get more...
View ArticleHow to: Store file attachments in the file system instead of the database
ScenarioThe FileSystemData module provides the FileSystemStoreObject and FileSystemLinkObject classes that implement the IFileData interface for the use with our File Attachments...
View ArticleHow to use UI widgets in desktop web applications
This example is an illustration of the How to use PhoneJS widgets in desktop web applications. Refer to the Article for an explanation.
View ArticleHow to create a custom summary function
XtraCharts provides you with the capability to calculate several built-in summary functions (MIN, MAX, SUM, AVERAGE, COUNT) against series values. In addition to the provided summary functions, you can...
View ArticleHow to customize an axis range
This example demonstrates how to use the AxisBase.VisualRange property, to define a visible range of an axis and the AxisBase.WholeRange property, to define its whole range.For more information on axis...
View ArticleHow to speed up Windows Forms applications, running in a Remote Desktop...
To achieve this goal, you can disable visual styles, skins, animations, and set various controls options. Note that here we additionally disable visual effects of two most "expensive" controls:...
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 ASPxPivotGrid.CustomCellValue...
View ArticleCharts Getting Started - Lesson 3 - Bind Chart Series to Data
This lesson explains how to manually add a series to the chart's diagram, and then bind this series to the data source.Note that although in this tutorial we will use the Microsoft Access database...
View ArticleCharts Getting Started - Lesson 4 - Using Series Template for Auto-Created...
This lesson demonstrates how to add a series template to a chart's diagram, and then automatically bind this template to a datasource.Note that although in this tutorial we will use the Microsoft...
View ArticledxDataGrid - How to implement a custom store with CRUD operations
The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...
View ArticledxDataGrid - How to implement a custom store with CRUD operations (SQLite)
The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...
View ArticleHow to fit an exported document into a page width
This example demonstrates how to use facilities of the XtraPrinting Suite to fit an exported document into a page width.See Also:How to create a custom exporter for the ASPxPivotGrid control by using...
View ArticleASPxGridLookup - How to bind a lookup based on multiple selection of another...
This example demonstrates how to implement two cascaded ASPxGridLookup controls: To implement it, perform the following steps:1) Handle the server-side ASPxGridLookup.Init event of a "detail" lookup...
View ArticleHow to save custom settings to a dashboard XML definition and apply these...
The following example shows how to save custom settings to a dashboard XML definition in the Dashboard Designer and apply these settings in the Dashboard Viewer.This example contains four projects -...
View ArticleHow to individually adjust scrolling along the axes
This example demonstrates how you can individually adjust scrolling along the X and Y axes. A chart with two panes is used to demonstrate this feature.In this example the chart with two series is...
View Article