How to use the XL Export API to generate a sales report
This example demonstrates how to use the XL Export API to generate the "Sales Report" document shown in the image below.In particular, this example introduces API properties and methods used to perform...
View ArticleHow to bind a dashboard to a List object
The following example demonstrates how to bind a dashboard to a List object. In this example, information about the sold units quantity is provided at runtime. The dashboard data source is added to the...
View ArticleHow to use the XL Export API to perform a sales analysis
This example demonstrates how to use the XL Export API to generate the "Sales Analysis" document shown in the image below.In particular, this example introduces API properties and methods used to...
View ArticleHow to synchronize the focused row in XtraGrid with CurrencyMangaer.Position...
XtraGrid automatically synchronizes its focused row index and the CurrencyManager.Position property. However, the BindingContext does not create the CurrencyManager for Server Mode components...
View ArticleInserting a new row in ASPxGridView with the image preview enabled
This example shows how to use ASPxUploadControl on the ASPxGridView's Edit Form to preview an image before performing data update.See Also:Image Upload in ASPxGridViewHow to bind the ASPxBinaryImage to...
View ArticleHow to merge cells horizontally in GridView
This example demonstrates how to merge cells located in the same row. The main idea is to paint merged cell manually. You can find a helper class in this example, which can be easily connected to your...
View ArticleHow to use the XL Export API to generate an invoice
This example demonstrates how to use the XL Export API to generate the "Simple Invoice" document shown in the image below.In particular, this example introduces API properties and methods used to...
View ArticleHow to export multiple GridViews into a single print document
This example illustrates how to create several MVC GridView Extensions into a single XLS document via the PrintableComponentLink entries (the XtraPrinting library). These entries should be combined...
View ArticleHow to combine a number of ASPxGridView documents in one when exporting
This example illustrates the capability to combine several reports in one by embedding a number of GridViewLinks (see DevExpress.Web.ASPxGridView.Export.Helper.GridViewLink) using the CompositeLink...
View ArticleHow to refer to a client-side control within a UserControl, if there is more...
This is an example for article How to refer to a client-side control within a UserControl. There is a UserControl with an ASPxPopupControl control. Two instances of the UserControl are put on a page....
View ArticleHow to apply format conditions to pivot grid data cells
This example shows how to add format conditions to WPF Pivot Grid Control.The Top Bottom Rule conditional formatting is applied to the 'Quantity' measure and intersection of the 'Sales Person' and...
View ArticleHow to automatically create mail-merge documents using the Snap Document Server
This example demonstrates how to use the Snap API to automatically generate master-detail mail merge documents by the DevExpress Snap Document Server.After running this example, a console application...
View ArticleHow to add parameters to a report at runtime
This example demonstrates how to create a parameter, and pass it to a report at runtime.To do this, an instance of the Parameter class is created, and then added to the report's XtraReport.Parameters...
View ArticleHow to invoke the Chart Designer at runtime
This example demonstrates how to invoke the Chart Designer at runtime.
View ArticleOBSOLETE - Image Upload in ASPxGridView
UPDATED:Starting with version v2015 vol 1 (v15.1), this functionality is available out of the box. Simply set the GridViewDataBinaryImageColumn.PropertiesBinaryImage.EditingSettings.Enabled property to...
View ArticleCustom GridControl - How to create a vertical embedded Navigator
This example demonstrates how to create a custom GridControl that supports a vertical navigator.Question CommentsAdded By: André Leblanc 2 at: 6/11/2015 5:16:37 AM where is the sample ?Added By:...
View ArticleOBSOLETE - How to: Store Model Differences in Database
========================================================================Starting with v14.2, the database storage is supported out-of-the box (see How to: Store the Application Model Differences in the...
View ArticleTreeList - How to populate TreeList from a database in virtual mode and...
Virtual mode is useful if there's a lot of data and it's not necessary or impossible to create a tree at once. To implement virtual mode for the TreeList extension, a specifically parameterized...
View ArticleMvvmExpenses Sample Application
This is a sample application, created in MVVM Tutorials section. Follow this link to see these lessons.
View ArticleLesson 4 - Simple Navigation in MVPVM Application
Lesson 1 - Create a Simple MVPVM Application (Step-by-step description)(Example) Lesson 2 - Commands. Presenter. (Step-by-step description) (Example) Lesson 3 - Interaction Between Views. Services....
View Article