PictureEdit - How to choose a visible image using the drag functionality
This example demonstrates how to create a custom editor where a user can select what part of an image must be shown with the mouse. Please take special note that in Standalone mode it is better to use...
View ArticleBandedGridView - How to export certain column captions vertically
This example illustrates how to create a BandedGridView descendant, which columns have the CaptionVerticalOnExport property that manage whether the column's header should be drawn vertically on export.
View ArticleHow to customize the tabbed header templates in the DockManager
It's necessary to re-specify templates corresponding to the defined resource keys. The tabbed group page header and template are placed in the TabbedPaneElementsThemeKey. The resource keys for the page...
View ArticleHow to customize header and content elements of the DockPanel in the DockManager
It's necessary to respecify templates corresponding to the defined resource keys. The DockPanel Header and Content are placed in the DockPaneElementsThemeKey. The resource keys for the Header and the...
View ArticleHow to use CustomDrawElement event to extend gauge appearance with logos or...
This sample illustrates how to use CustomDrawElement event to extend any ASPxGaugeControl part with additional appearance elements (such as logos or watermarks).
View ArticleHow to create a text editor to show auto-completion suggestions in the popup
The current example demonstrates how to implement a text editor with the capability to show auto-complete suggestions for the word which is being typed.Question CommentsAdded By: Paola Cacciotti at:...
View ArticleHow to implement a radio group to provide a single choice for every group the...
This sample extends the How to implement a radio column sample. Suppose you want to allow the user to select only one row from each group. This task can also be accomplished using an unbound column. In...
View ArticleHow to show the ProgressBar's text along with the progress bar in the...
This example illustrates how to create class inherited from the RepositoryItemProgressBar to show the text value along with progress bar
View ArticleHow to draw expand buttons manually
This example demonstrates how to paint expand buttons within the CustomDrawGroupRow event in exactly the same manner as the XtraGrid does
View ArticleHow to show tooltips for grid cells even if their content is completely visible
This is an example for Showing a hint for a grid cell even if its content is completely visible Knowledge Base article. It demonstrates how to display custom tooltips for grid cells.
View ArticleHow to implement the INotifyPropertyChanged interface
This sample demonstrates how to implement the INotifyPropertyChanged interface within a businnes object
View ArticleLookUpEdit - How to revert to the previous value if search text cannot be...
For example: we have LookUpEdit with values 'abc' and 'bcd'. If you type 'bce' using a standard LookUpEdit, the 'bcd' item will be selected and accepted as a value when you close the popup. In this...
View ArticleHow to create a master-detail grid
In the 12.1 version we implemented a Master-Detail feature, and now we provide it out of the box. We have added a new solution, which shows how to use our new approach.With later versions of our...
View ArticleGridView - How to restore detail rows' state if a user leaves a page and...
This example demonstrates how to restore state of grid detail rows if the user leaves a page and then returns back.To accomplish this task, perform the following:1) Disable the page's cache as it is...
View ArticleASPxGridView- How to conditionally enable and disable the batch editing on...
This example demonstrates how to conditionally enable or disable the editing on the client side. You can find detailed steps by clicking below the "Show Implementation Details" link .See also:GridView...
View ArticleGridView - How to conditionally enable and disable the batch editing on the...
This example demonstrates how to conditionally enable or disable the editing on the client side. You can find detailed steps by clicking below the "Show Implementation Details" link .See...
View ArticleHow to save a layout of LayoutControl together with its child controls
By default, if you save a layout of LayoutControl, settings of layout items are saved (Save and Restore Layout ). When you load the saved layout, layout items will be created with saved settings only...
View ArticleHow to dynamically generate a report and bind it to a DataSet in a WinForms...
If you wish to generate a report based on GridControl, it is easy to do this by using ReportGenerator as described in the Advanced Grid Printing and Exporting help article. This component can be used...
View ArticleHow to restore the Auto Filter Row from an active filter after restoring the...
If you are familiar with our ASPxGridView component, then you might have noticed that, by default, it fills the auto filter row from the filter after restoring the grid's state. Our GridControl...
View ArticleHow to separate employees data in different departments using security...
ScenarioThis example demonstrates how to use the new security system to implement the following security roles:- Users (Joe, John) can view and edit tasks from their own department, but cannot delete...
View Article