ASPxDropDownEdit - How to select Year and Month only
This example demonstrates how to create a DateEdit analog based on ASPxDropDownEdit with a custom DropDownWindowTemplate that allows you to select Year and Month only.Example CommentsAdded By: Julien...
View ArticleHow to: Change the application logo by handling the...
For details, refer to the BaseXafPage.CustomizeTemplateContent Event topic.
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 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 ArticleHow to generate dock items from a data source and implement template...
The following example shows how to create layout items (DevExpress.Xpf.Docking.LayoutPanel and DevExpress.Xpf.Docking.DocumentPanel objects) from a data source according to the MVVM design pattern and...
View ArticleHow to display images and text in the Header and Footer sections when...
By default, ASPxGridViewExporter does not provide methods or properties for setting images as a header or footer for the resulting report. This example illustrates how to print ASPxGridView with an...
View ArticleHow to create the ToggleSwitch editor
This examples illustrates how to create a custom CheckEdit, so it functions as ToggleSwitch. Our custom ToggleSwitch editor contains the following properties: OnImage and OffImage to determine images...
View ArticleASPxGridView - How to implement ASPxProgressBar in DataCell and specify...
This example demonstrates how to define ASPxProgressBar in a column's DataItemTemplate and specify the progress bar color based on a custom criteria.1) Define ASPxProgressBar in a grid column's...
View ArticleHow to load a dashboard at runtime using Web Viewer
The following example demonstrates how to load a dashboard at runtime using the ASPxDashboardViewer.DashboardLoading event.In this example, the ASPxDashboardViewer.DashboardId property is set at first...
View ArticleHow to add a Find Panel, similar to the one provided by GridControl to TreeList
This feature is available out-of-the-box starting from version 12.2. For earlier versions: This example illustrates how to create your own Find Panel and show over TreeList.Example CommentsAdded By:...
View ArticleCell Merging
The example shows how to implement the cell merge feature for the ASPxGridView control. You can use the helper class that will perform cell merging for the grouped grid as well. Please keep in mind...
View ArticleASPxGridView - How to alter image on mouse hover
This example demonstrates how to change a currently displayed image when you hover over it with the mouse.
View ArticleASPxGridView - How to show a popup with an enlarged image on mouse hover
This example shows how to display an ASPxPopupControl with an enlarged image inside when you hover over a currently displayed image in the ASPxGridView with the mouse.
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 use the DXDocking and DXBars components with Prism
This sample demonstrates how to use the DXDocking and DXBars components with Prism. The solution contains projects for the WPF and Silverlight platforms with shared code:1.The Infrastructure module...
View ArticleHow to custom draw a crosshair cursor
This example shows how to provide custom appearance of the crosshair cursor using the ChartControl.CustomDrawCrosshair event. This event is invoked when you click the Custom Draw Crosshair Cursor...
View ArticleASPxComboBox - How to "autogenerate" columns
The example shows how to make ASPxComboBox "autogenerate" columns. You have not included them in the markup of the page. It uses SqlDataSource to bind ASPxComboBox to a database. If you are using...
View ArticleCreate a Mobile App in Visual Studio
This is the project that you will get if you go though the Create a Mobile App in Visual Studio tutorial.
View ArticleHow to reset View customizations made by end-users
The ...\WinSolution.Module.Win\ResetSettingsViewController.xx file contains a ViewController with the Reset View Settings Action that allows you to reset customizations made by end-users. This...
View ArticleHow to improve the performance of the PivotGridControl when working with a...
The best solution to display calculations based on the huge amount of data within the PivotgridControl or ASPxPivotGrid is to create the OLAP Cube and perform all calculations on the SQL server...
View Article