How to generate a sequential and user-friendly identifier field within a...
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 ArticleHow to export GridView data to different text formats
This example is standalone implementation of the online Grid View - Exporting Data demo. It illustrates how to export the GridView 's content to several rich text formats via the ExportTo***...
View ArticleHow to export only selected GridView rows to different output text formats
This example is an illustration of the KA18639: How to export GridView rows and keep end-user modifications (such as sorting, grouping, filtering, selection) KB Article. Refer to the Article for an...
View ArticleExport ASPxPivotGrid with additional text captions in header or footer
This example illustrates how to export the ASPxPivotGrid with additional text captions in a header area to the same print document. It is also possible to add a report footer below the pivot grid in...
View ArticleHow to Generate persistent metadata for an arbitrary data table
This example illustrating the approach described in the How to create persistent metadata on the fly and load data from an arbitrary table Knowledge Base article.See also:How to create persistent...
View ArticleASPxGridLookup - How to implement the multiple selection DropDownWindow scenario
This example demonstrates how to use the ASPxGridLookup to select multiple values from a dropdown grid containing lookup items. The ASPxGridLookup is bound with the custom DataItem defined within the...
View ArticleHow to bind ASPxGridView to a collection of objects with nested lists
This example demonstrates how to display a collection of objects with nested lists using ASPxGridView. Note that this approach doesn't support data shaping operations (sorting, grouping, filtering) out...
View ArticleScaffolding Wizards - How to show validation errors when IDataErrorInfo is used
This example demonstrates how to show validation errors when IDataErrorInfo is used. For more information, refer to the corresponding help topic.You can encounter the following exception:A first chance...
View ArticleHow to implement the search functionality in a GridControl
This example demonstrates how to implement searching against grid columns - an end-user types in text in a search bar and all cells containing the entered string are highlighted on the fly. A complete...
View ArticleHow to customize a GridControl theme
This example demonstrates how to customize a theme used to paint a GridControl. A complete description is available in the How to: Customize Themes topic.
View ArticleHow to filter a second LookUp column based on a first LookUp column's value
This is an example for the How to filter a second LookUp column based on a first LookUp column's value Knowledge Base article. Please refer to the article for the explanation.Question CommentsAdded By:...
View ArticleHow to use the TextFormatString property for multi-column ASPxComboBox
This example demonstrates how to use the TextFormatString property for a multi-column ASPxCombobox. The text of the selected ASPxComboBox item displayed within the input box is formatted by the...
View ArticleHow to merge cells horizontally in GridView
This example demonstrates how to merge cells located in the same row. The main idea is to paint merged cell manually. You can find a helper class in this example, which can be easily connected to your...
View ArticleHow to completely hide the dock panel's caption?
By setting the DockManager.DockingOptions.ShowCaptionOnMouseHover property it's possible to set whether the dock panel's caption is shown only when the mouse pointer hovers over the panel's top or all...
View ArticleASPxSpellChecker - Getting Started
This tutorial demonstrates how to use the ASPxSpellChecker component to create a simple web application with the spell-checker functionality. It can be useful for you in solving this task if you are a...
View ArticleOBSOLETE - Inserting a new row in ASPxGridView with the image preview enabled
UPDATED:Starting with version v2015 vol 1 (v15.1), this functionality is available out of the box. Simply set the GridViewDataBinaryImageColumn.PropertiesBinaryImage.EditingSettings.Enabled property to...
View ArticleHow to hide individual navigation items and groups for certain users
Scenario:Our Security System allows hiding navigation items for certain users by setting the Type Permission's Navigate access. Since with this approach, the Navigate access can be granted only for a...
View ArticleHow to automatically send a report via e-mail
The following example demonstrates how to automatically send a report via e-mail. To do this, a report should first be exported into one of the available formats. In this example, a report is exported...
View ArticleHow to implement CRUD operations using XtraGrid and OData
This example demonstrates how to bind the GridControl to the BindingSource and populate it with data retrieved from the WCF Data Services.Entities and data context classes generated by Visual Studio...
View ArticleHow to implement CRUD operations using XtraGrid and WCF Server Mode
This example is similar to the How to implement CRUD operations using DXGrid and WCF Data Services example and demonstrates how to implement CRUD operations using XtraGrid and WCF Data Services.This...
View Article