Quantcast
Browsing all 7205 articles
Browse latest View live

How to provide custom names for the Field List data items

This example demonstrates how to use the IDisplayNameProvider interface (which substituted the IDataDictionary interface starting with the 11.2 XtraReports version) to change the names of the Field...

View Article


How to custom draw a crosshair cursor

This example shows how to provide custom appearance of the crosshair cursor using the ChartControl.CustomDrawCrosshairevent. This event is invoked when you click the Custom Draw Crosshair Cursor button...

View Article


How to custom draw a crosshair cursor

This example shows how to provide custom appearance of the crosshair cursor using the ChartControl.CustomDrawCrosshair event. This event is invoked when you click the Custom Draw Crosshair Cursor...

View Article

OBSOLETE - How to: Add a Button to a Form

This example is obsolete. To add a button, that is a Simple Action, or another Action to a Detail View, create an Action Container View Item. To learn how to do this, refer to the How to: Add a Button...

View Article

How to display an XLSX document on the webpage

This example illustrates how to load a document into a Workbook Class instance and display its sheets on the webpage. Note that this approach is also used in our demos.

View Article


How to use external dictionaries to check spelling in different languages

This example demonstrates how to check spelling of a Greek text using a Greek dictionary from the OpenOffice.org project. A dictionary is downloaded from the OpenOffice.org wiki page and converted to...

View Article

ASPxFileManager - How to show a confirmation dialog to overwrite an existing...

This example illustrates how to show a conformation message to overwrite an existing file in the ASPxFileManager. The conformation message is shown in the client-side...

View Article

How to print from the RichEditDocumentServer

This example demonstrates how to use a PrintableComponentLink to print from the RichEditDocumentServer. An instance of the RichEditDocumentServer obtains a copy of a document loaded in the...

View Article


FileManager - How to show a confirmation dialog to overwrite an existing file

This example illustrates how to show a conformation message to overwrite an existing file in the ASPxFileManager. The conformation message is shown in the client-side...

View Article


How to show WaitForm above UserControl

This example is obsolete. Starting from version 2012 vol 2, it is possible to add the SplashScreenManagerto a UserControl and setup its location and size manually.This example demonstrates how to...

View Article

How to implement custom grouping

This example shows how to group rows using custom rules. When grouping by the 'Unit Price' column, the rows in this column that have values between 0 and 10 should be combined into a single group. Rows...

View Article

How to: Show splash screen via DXSplashScreenService

The DXSplashScreenService provides methods to show and hide a splash screen from a View Model. The following example shows how to use this service.

View Article

How to: Manage documents via WindowedDocumentUIService and...

The WindowedDocumentUIService provides methods to create and show documents as windows. The TabbedDocumentUIService provides methods to create and show documents as tabs. The CurrentWindowService...

View Article


How to bind dxLookup to WebService

This example illustrates how to bind the dxLookup to a WebService using the DataSource object. Note that when you are using the DataSource with the dxLookup widget, it is also necessary to implement...

View Article

GridView - How to toggle Auto Filter Row visibility

This example illustrates how to toggle the Auto Filter Row visibility via a custom MVC GridView callback.- Initialize the expected Auto Filter Row visibility via the ViewData key when a View is loaded...

View Article


Parameters - How to create cascading ComboBoxes

This example illustrates how to filter values displayed in the second parameter based on the first one.

View Article

How to implement a capability to cancel current row modifications at the...

WinForms binding provides a capability to discard modifications made in a current item. As it is stated in the MSDN, this feature is supported only if objects contained by the datasource implement the...

View Article


How to switch web reports at runtime and enable caching

This example illustrates the capability to switch web reports displayed via the ReportViewer control at runtime, and also enable the native caching capability. The HiddenField value is used to identify...

View Article

How to use a native ReportViewer caching functionality

The ReportViewer control has no built-in mechanism to save its state between postbacks. This example illustrates how to utilize the ReportViewer's CacheReportDocument and RestoreReportDocumentFromCache...

View Article

MVC - How to emulate a ReportViewer caching functionality

The ReportViewer does not have the built-in functionality to save its state between postbacks. This example illustrates how avoid rebuilding a report document when navigating between pages.

View Article
Browsing all 7205 articles
Browse latest View live