WinForms SpreadsheetControl API - Part 2
This example is the second part of the SpreadsheetControl API set of examples that demonstrates how to use the SpreadsheetControl API to programmatically manage spreadsheet documents, without the need...
View ArticleHow to create and display a BarCode in a web application
This example illustrates how you can use our new Bar Code Library in ASP.NET to generate and display a barcode image on the webpage. The best approach implies creating a custom HTTP Handler that will...
View ArticleImplement a custom drop-down editor with TreeView as PopupContent
Show how to implement a custom ComboBoxEdit with TreeView as a PopupContent and use it inside DXGrid as a custom column.Update (13.1 version):We've modified this code example by using the DevExpress...
View ArticleHow to: Create Information Panels
This example shows how you can create information panels. The complete description is available in the How to: Create Information Panels help topic.Example CommentsAdded By: Willem de Vries at:...
View ArticleHow to customize the settings of a toolbar item created for an Action.
See the How to: Customize Controls Associated with an Action for more details.See Also:E1977Example CommentsAdded By: Mario Blatarić at: 9/17/2013 7:01:09 AM    Could you provide an example of how to...
View ArticleHow to manage user settings (reset, merge, import, export, etc.) stored in...
Refer to the A reusable XAF module for storing model settings in the database (security system type insensitive!) forum thread for more details about this solution.To use this custom module in your...
View ArticleObsolete: dxList - How to scroll to a specific item
This approach is related to 13.1. Starting with 13.2, please use the dxList.contentReadyAction event and scrollTo method instead. See the ticket Add the afterRender event to widgets to learn more:For...
View ArticleHow to format tables
This example demonstrates how to format tables and manage the workbook’s collection of table styles. It includes the following sections: - How to apply a table style to a table- How to create, modify...
View ArticleHow to load MVC extensions using the CallbackPanel extension
Technically, there is not much difference between the DevExpress Extension and the jQuery method, because the CallbackPanel extension uses the latter internally. However, in many cases, the...
View ArticleObsolete: How to localize a DevExtreme application
This approach is related to 13.1. Starting with 13.2, please follow recommendations from theLocalization help topic.This example demonstrates how to localize a DevExtreme application. The main idea is...
View ArticleHow to: Use the PropertyGrid to Manage Collection Properties
This example shows how to manage collection properties and implement item initializers in the Property Grid.
View ArticledxMap - How to add the current location marker
This example describes how to use the dxMap widget with HTML5 Geolocation. See also:How to take advantage of map provider API features that were not implemented in the dxMap widget?dxMap - How to add...
View ArticleHow to use the ASPxHtmlEditor to edit the XtraReport content directly on the...
This example illustrates how to enable rich text editing when viewing web reports. To accomplish this task, the HTML content is obtained via the ASPxHtmlEditor.Html property, and then copied to the...
View ArticleHow to use automatic date-time scale modes of an axis
This example demonstrates how to use date-time scale modes of an axis (both manual and automatic).
View ArticleHow to implement Filter Panel for ASPxGridView control as XtraGrid's Find Panel
It's possible to implement a Filter Panel for the ASPxGridView control in the same manner as the XtraGrid's Find Panel is implemented. The main idea is to create a template, and build and apply the...
View ArticleASPxGridView batch editing - Hide update / cancel links
It's possible to update multiple ASPxGridViews on the ASPxButton click. To achieve this, I suggest you implement the following:- Wrap the ASPxGridView by ASPxCallbackPanel;- Set the...
View ArticleHow to use PhoneJS 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 hyperlink control
The following example demonstrates how to create a custom HyperlinkLabel control. This control is intended to show hyperlinks on a web page without using JavaScript, as it is done by default in...
View ArticleHow to apply conditional formatting to a range of cells (WPF Spreadsheet)
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule.In particular, this sample...
View ArticleHow to customize cell appearance in WPF Spreadsheet using a cell template
In this example the SpreadsheetControl.CellTemplate property is used to specify a data template that displays a cell formula near the cell.
View Article