How to change the current NavigationPane behavior to make it look like...
The "hamburger menu" is a popular menu control for modern mobile applications. We have NavigationPane whose layout looks similar to this "hamburger menu", but has several differences. So, this example...
View ArticleMultiple selection using checkbox (web style)
From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection.This feature is demonstrated in the following example: How to use an unbound check...
View ArticleFlyoutPanel - How to navigate between buttons by using a keyboard
FlyoutPanel can show buttons if the FlyoutPanel.OptionsButtonPanel.ShowButtonPanel option is enabled. It is possible to click a button only by using the mouse. Sometimes, it is comfortable to highlight...
View ArticleHow to create an effect of a banded TreeList
The current version of the TreeList doesn't support bands. This example demonstrates how you can merge column headers to create an effect of bands.[OBSOLETE]Starting with v14.2, TreeList supports bands...
View ArticleHow to override the default skin image colorization algorithm
This example demonstrates how to implement a custom skin colorization algorithm using the approach described in this Knowledge Base article: How to override the default skin image colorization...
View ArticleGridView - A simple Batch Editing implementation
This example illustrates a simple implementation of a new ASPxGridView Batch Editing Mode functionality available starting with version 13.2:ASP.NET WebForms & MVC: GridView Batch Edit (What's new...
View ArticleHow to obtain a dashboard item's client data in the WinForms Viewer
The following example demonstrates how to get client data corresponding to a particular visual element using DashboardViewer's API.In this example, the DashboardViewer.DashboardItemClick event is...
View ArticleASPxGridView - How to programmatically change the column's filter in the...
This example demonstrates how to achieve this task. The CriteriaColumnAffinityResolver.SplitByColumns method is used here to return the dictionary of criteria operators. It is possible to modify them...
View ArticleHow to highlight the next or previous search result in the treelist
This example demonstrates how to implement a search functionality like in Opera using the ButtonEdit editor.To use this solution in your application, execute the following steps:1. Drop the FindHelper...
View ArticleASPxRichEdit - How to save and load documents from a database
This code example demonstrates how to save and restore ASPxRichEdit documents from a database using a Binary column.Use the ASPxRichEdit.Open method to load a document and call the...
View ArticleHow to establish association from one class to many classes
For instance, you have a class for File. This class will be used in more than one BO. Each BO would then have a listview of Files that are attached to the particular class. To accomplish this, you can...
View ArticleHow to: Provide Data for TreeList Unbound Columns Using Event
This example creates an unbound column and handles the CustomUnboundColumnData event to provide data for this column.For more information on unbound columns, see the Unbound Columns help topic.
View ArticleHow to add a custom summary item to the grid's footer menu
Sometimes it's necessary to specify a way of calculating summaries that is different from the default one. Assume you don't want to take into account cells with no data when calculating summaries. It's...
View ArticleHow to force the XtraTabControl to maintain the line order in MultiLine mode
When the XtraTabControl is used in MultiLine mode, it automatically moves the currently selected line to the last position. This example demonstrates how to change this behavior by registering custom...
View ArticleHow to manage users (register a new user, restore a password, etc.) from the...
ScenarioThis example contains a reusable Security.Extensions module that provides a possible solution for the following scenarios:Security - provide the capability to register a new user from the logon...
View ArticleHow to use the ShowCaret/HideCaret functions with the TextEdit
This example demonstrates how to use the ShowCaret and HideCaret functions of the user32.dll with the TextEdit control and its descendants.Question CommentsAdded By: Dimitris Trivizakis at: 4/19/2016...
View ArticleHow to copy a cell's value to other cells by dragging its right bottom edge
This example demonstrates how to provide the capability to copy cell values like this is done in MS Excel. In this example, when a cell is selected, you can see a small black rectangle at the bottom....
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 ArticleGridView - How to correct the column layout if column widths are set in...
This example illustrates the solution for the first issue described at ASPxGridView - Why column layout may become broken after user actions if certain column widths are set in percentages. The main...
View ArticleHow to sort a ASPxPivotGrid by clicking on a field value
The PivotGrid allows sorting by any column. To do this, right click any field value and select an appropriate field to sort by it. Sometimes it is possible to sort by any column by simply clicking on...
View Article