How to bind a dashboard items created runtime to an Entity Framework data source
The following example demonstrates how to bind a dashboard to the SQLite database using Entity Framework 6.In this example, the Dashboard.AddDataSource method is used to add a new data source. To...
View ArticleHow to implement data paging
Silverlight supports the data paging mechanism natively. In the meantime, there are no easy approaches to implementing the IPagedCollectionView interface in WPF.The easiest way to implement data paging...
View ArticleHow to dynamically create a report in an ASP.NET Web Forms application (with...
Description: I need to implement a generic kind of web report viewer to display the result of my SQL query, which accepts some parameters.Solution: This can be done by creating an XRTable control...
View ArticleHow to generate and assign a sequential number for a business object within a...
This version of the How to generate and assign a sequential number for a business object within a database transaction, while being a part of a successful saving process example is primarily intended...
View ArticleRadialMenu - How to provide the menu with a custom back button
This example illustrates how to change the default back button in the RadialMenu
View ArticleHow to implement the master detail GridView with editing capabilities
This example illustrates how to implement the master detail GridView with editing capabilities. Perform the following steps to define the master-detail layout: 1) Define both master and detail GridView...
View ArticleHow to display multiple Print Preview forms as tabs within a ribbon form
This example demonstrates how to show multiple report print preview forms within a single ribbon form. We create an MDI application by using DocumentManager with the Tabbed View applied and show...
View ArticleHow to implement columns filtering in the Column Chooser
NOTE: In version 15.1, the GridView.OptionsCustomization.CustomizationFormSearchBoxVisible property will be added. It will allow you to enable a search box in the Customization Form.In earlier...
View ArticleHow to fit the XRPivotGrid onto a page
This example illustrates how you can use the Document.AutoFitToPagesWidth property in a web application to make XtraReport content 1 page wide.
View ArticleExpanding and collapsing master rows
This sample shows you a few members that allow to expand and collapse master rows. Keyboard presses are processed to allow the CTRL+* shortcut to toggle the currently focused master row's state. There...
View ArticleColorPickEdit - How to open the More Colors dialog programatically
This example illustrating how to open the More Colors dialog programmatically without the necessity of showing the drop down dialog
View ArticleASPxGridView - Batch Editing - How to show save and cancel buttons only when...
This example demonstrates how to hide the Save changes and Cancel changes buttons, and show them only when an end-user edits any cell or row.See Also:ASPxGridView - Batch Editing - How to use external...
View ArticleEnd-User Designer - How to hide toolbar buttons in the Preview tab
This example demonstrates how to hide printing system commands when an end-user opens the Preview tab on the End-User Designer with the Ribbon interface.
View ArticleASPxGridView - How to implement instant editing with check boxes in columns
This example illustrates how to implement instant editing in ASPxGridView. It is divided in two independent samples:- The first sample (the Default1 page) illustrates how to post modified data to the...
View ArticleHow to export several controls to different XLSX worksheets
This example illustrates how to export ASPxGridView, ASPxTreeList, and WebChartControl to different worksheets of one xlsx documentSee also:How to combine a number of ASPxGridView documents in one when...
View ArticleHow to bind a report displayed in the DocumentViewer extension to the model's...
This example demonstrates how you can bind a Report in your ASP.NET MVC application to your model class.Note:To populate the XtraReport Field List window with your model properties, add the...
View ArticleHow to use Auto Filter Row values in the TreeList.FilterNode event handler
[Updated by Uriah (DevExpress Support)]This example is obsolete. If you are using the latest version of DevExpress, you can achieve the same result by setting the TreeList.OptionsFilter.FilterMode...
View ArticleHow to use the RowClick and the RowDoubleClick together in the ASPxGridView.
This sample illustrates how to use the client-side RowClick and the RowDoubleClick events for different actions.Question CommentsAdded By: Abdullah Garcia at: 4/20/2015 8:58:54 AM That provides the...
View ArticleHow to implement the "Select All" CheckBox editor in the ASPxGridView's row...
This example illustrates how to change editors based on other editors in a current row when ASPxGridView in Batch Edit Mode. If an end-user checks the check box in ASPxGridView's "All" column, other...
View ArticleHow to create a TileView descendant class and register it for design-time use
This is an example of a custom TileView and a custom control that inherits the DevExpress.XtraGrid.GridControl. Make sure to build the project prior to opening Form1 in the designer.To obtain general...
View Article