How to Display a Detail View Directly in Edit Mode in ASP.NET Applications
In ASP.NET Web applications, when clicking a List View record, a Detail View is displayed in view mode. However, the Edit Action is available, and you can use it to reload the Detail View in edit mode....
View ArticleHow to bind a date-time chart range control client to a datasource and...
This example demonstrates how to set up a range control with the date-time chart client to display a chart with date-time data in the range control's background. In order to provide data to a chart...
View ArticleHow 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 ArticleHow to bind a numeric chart range control client to a list of custom objects
This example shows how to bind a numeric chart range control client to a System.Collections.Generic.List containing NumericItem objects.In order to provide data to a chart numeric range control client,...
View ArticleHow to enable editing in a group row so it is possible to change child cell...
This example illustrates how to show an editor in a group row under a corresponding column. The editor corresponds to an in-place editor used in the column. To invoke the group editor click the group...
View ArticleHow to Conditionally Apply Styles (CellStyle)
This example demonstrates how to apply a custom style to cells displayed within the 'Product Name' column based on a custom condition. A product's name is highlighted if the number of units is less...
View ArticleWinForms End-User Designer - How to customize the data source wizard...
By default, the report connections list is populated based on the connections stored in the application configuration file. In any case,, the application configuration cannot be modified at runtime,...
View ArticleCustom GridControl - How to provide the capability to hide group footer rows...
This example demonstrates how to implement the ShowGroupFooter event which allows hiding group footer rows at a specific group level. To specify which rows should be hidden, set the e.Visible parameter...
View ArticleHow to change a TreeList node position along with a corresponding record's...
TreeList allows users to reorder nodes by dragging them with the mouse. If a node was moved from one parent to another, its position will be saved automatically, because it depends on the ParentID...
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 in EditForm Knowledge Base article. Please refer to the article for the explanation.Note that the...
View ArticleLesson 1 - Creating a Simple WinForms MVPVM Applicaiton
This example demonstrates how to build a simple WinForms application that follows the MVPVM pattern.
View ArticleOBSOLETE: How to implement a hyperlink functionality in the LabelControl
This feature is available out-of-the-box starting from version 13.1. See HTML Text FormattingFor earlier versions: This example illustrates how to create a custom LabelControl so that it can display...
View ArticleHow to align a RibbonPageGroup to the right side of a page?
This example demonstrates how to create a custom RibbonControl that displays a group with the "AlignRight" tag assigned at the right side.Updated:The example was slightly modified to dispose of a gap...
View ArticleHow to create a TimeEdit descendant which will allow editing and displaying...
This example shows how to create a TimeEdit descendant which will allow editing and displaying TimeSpan values, and entering more than 24 hours.See Also:How to create a custom editor that will allow...
View ArticleGridView - How to implement date range filtering using a custom editor in the...
This example demonstrates how to implement date range filtering in the GridView extension. Use the MVCxGridViewColumn.SetFilterTemplateContent method to create a custom editor and assign a delegate...
View ArticleHow to create a Breadcrumb Control
This example demonstrates how to create a Breadcrumb Control based on a TextEdit. In the sample, the Breadcrumb Control consists of two layers: TextEdit and ItemsControl (which is invisible when...
View ArticleHow to create Checkable Grouping in GridControl
The example demonstrates how to add the CheckBox functionality to each GroupRow in TableView. The basic idea is to allow a user to easily check or uncheck the necessary group of items in...
View ArticleHow to emulate Binding to the IsExpanded property of the TreeListNode in the...
Because the TreeListNode’s IsExpanded property is not a DependencyProperty, there is no way to create TwoWay binding between the IsExpanded and data source item’s property. The example demonstrates how...
View ArticleHow to create Search Window with Find Previous and Find Next buttons in...
The example demonstrates how to create a Search window for GridControl with the Find Previous and Find Next buttons. The Search window appears on pressing the Ctrl+F keys when GridControl is focused....
View ArticleHow to customize PDF Viewer Ribbon
The following example shows how to customize PDF Viewer Ribbon.To accomplish this task, it is necessary to override the default PdfViewerControl's RibbonTemplate and add the required bar items to the...
View Article