How to use the LayoutView/CardView as a master View in master-detail mode
This example illustrates how to emulate a master-detail mode for the LayoutView/CardView.Question CommentsAdded By: Marcus Gabriel at: 8/20/2013 11:44:10 AM A screenshot how the result looks would...
View ArticleHow to implement CRUD operations using DXGrid with Entity Framework (Instant...
This example shows how to use EntityInstantFeedbackDataSource with the DXGrid for WPF and perform CRUD operations (add, remove, edit) via Entity Framework.
View ArticleHow to implement CRUD operations using DXGrid and Entity Framework (Server Mode)
This example shows how to use EntityServerModeDataSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special behavior.Note that the test sample...
View ArticleHow to preview and print the XtraCharts control
This example demonstrates how to use the PrintableComponentLink from the XtraPrinting Library to print the ChartControl with the additional print options set, such as paper kind and the landscape...
View ArticleOData service - How to use stored procedures
This example illustrates how to use stored procedures with OData. You can learn how to map an entity to a stored procedure in this blog: Stored Procedures in the Entity Framework. This blog describes...
View ArticleHow to customize the appearance of selected series points
This example shows how to change the selection color for series points. For this, it's necessary to create a custom series model.To accomplish this, do the following:1. Create an object that represents...
View ArticleHow to create custom models for chart series
This example illustrates how to create bar custom models.To do this, create an object that represents a custom model of a particular series (CustomBar2DModel) and assign it to the Model property of a...
View ArticleRibbonForm - How to display ribbon page headers in the form's caption in the...
This example illustrates how to display ribbon page headers in the form's caption in the OfficeUniversal styleQuestion CommentsAdded By: Justin Zeng at: 6/23/2015 2:58:15 AM OK, Thanks, I got...
View ArticleHow absolutely positioned elements behave in different containers
Popup elements of DevExpress controls have the position CSS property of its containers set to absolute. Thus, when placed in the relatively positioned container (for example, bootstrap grid system),...
View ArticleReport Server - How to get the list of available reports and display a report...
The sample demonstrates how to use the Report Server WCF API in a Windows Forms application.Question CommentsAdded By: Juan Carlos Cabrera 1 at: 4/21/2014 5:13:55 PM Hello!!... I have a question......
View ArticleHow to: Build a dock UI according to the MVVM pattern using...
This example shows how to build a dock UI using the MVVM pattern.To learn more on how to implement similar functionality in Silverlight, refer to the T245345 example.Question CommentsAdded By: David...
View ArticleOBSOLETE: How to resize a chart according to the actual size of a Web...
This example illustrates the capability to resize a WebChartControl to fit the page width when the web page is resized.See also: - E1242: How to link a web chart to an ASPxPivotGrid; - E568: How to add...
View ArticleHow to avoid production of unnecessary column and merging of cells in Excel...
The XtraPivotGrid control is exported in a WYSIWYG (What You See Is What You Get) manner. According to this concept, items are exported as is, and this may cause an undesirable result. E.g. If column...
View ArticleHow to implement a custom LookUpEdit supporting Server Mode
The current LookUpEdit version does not allow using Server Mode datasources. This example demonstrates how to create a custom editor that allows using them.Question CommentsAdded By: Andrew Thornton...
View ArticleXRPivotGrid - How to draw vertical column headers
This example illustrates how to use the XRPivotGrid.PrintFieldValue event handler to render vertical headers in the XRPivotGrid control.In this sample, the default TextBrick is substituted with...
View ArticleHow to connect to a remote data service instead of using a direct database...
ScenarioIn this example, we will create a WCF IDataStore service that will be used by our client (Console Application) as a data layer. Instead of the direct connection to the database, our client will...
View ArticleHow to Select Rows via the Mouse
This example demonstrates how to select rows by simply moving the mouse over them with the mouse button pressedQuestion CommentsAdded By: Daniel Kaminski at: 8/14/2015 6:46:32 AM Thanks for the...
View ArticleHow to select a column in the XtraGrid (like in MS Excel)
This example demonstrates how to select the whole column in the XtraGrid. For more information, please review the How to select a column in the XtraGrid (like in MS Excel) Knowledge Base article.See...
View ArticleHow to set up binding for a web report using a collection of custom objects...
This example illustrates how to bind a report to lists for web projects at design time. To do this you need to extract your reports together with the corresponding classes representing your business...
View ArticleHow to change connection to the database at runtime
This example shares some code that can be used to promote your application to another database after the application is already started. To accomplish this task, we have implemented two...
View Article