How to hide individual navigation items and groups for certain users
Scenario:Our Security System allows hiding navigation items for certain users by setting the Type Permission's Navigate access. Since with this approach, the Navigate access can be granted only for a...
View ArticleASPxGridView - Batch Edit - How to calculate unbound column and total summary...
This example illustrates how to calculate unbound column and total summary values on the fly. It combines the following two examples: ASPxGridView - How to update total summaries on the client side in...
View ArticleHow to implement CRUD operations with a DataSource
This example demonstrates how to implement CRUD operations with a DataSource that obtains data from a remote Rest service. The DataSource object does not implement CRUD operations out-of-the-box. We...
View ArticleHow to provide custom separators for records of a mail-merge document
This example demonstrates how to provide a custom element to separate each record in a document when none of the standard separators meets your requirements.After running this example, click...
View ArticleHow to add a custom progress indicator to a Snap application
This example demonstrates how to indicate the document creation progress in a Snap application.After running this example, click Finish&Merge on the Data Tools: Mail Merge toolbar and select a...
View ArticleOulook.com Style ASP.NET UI
This example shows how to customize the CSS of the DevExpress ASP.NET Controls like Grid, Menu and NavBar to create UI that looks like outlook.com
View ArticleHow to create a Web Setup Project to Deploy a Web Site that uses DevExpress...
This Visual Studio solution contains two projects: - a simple Web site with the ASPxGridView on the default page and - a Web Setup Project to create an installation for deploying the Web site.Please...
View ArticleImplement a custom drop-down editor with TreeView as PopupContent
Show how to implement a custom ComboBoxEdit with TreeView as a PopupContent and use it inside DXGrid as a custom column.Update (version 13.1):We've modified this code example by using the DevExpress...
View ArticleHow to create a movable legend at runtime
This example shows how to provide the capability for end-users to move a chart's legend at runtime.Question CommentsAdded By: Dimitar Tomov Dimitrov at: 6/12/2014 6:50:57 AM Hi DevExpress team,I...
View ArticleMVC ComboBox Extension - Cascading Combo Boxes
This example illustrates how to implement cascading combo boxes scenario within the MVC ComboBox Extension. It is an illustration of the KA18675: MVC ComboBox Extension - How to implement cascaded...
View ArticleHow to calculate a master property based on values from a details collection
See the How to: Calculate a Property Value Based on Values from a Detail Collection help topic for more information.See Also:XPO Best PracticesHow to display details collections with descendant classes...
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.Question CommentsAdded By: Etienne van der Kuy at: 6/15/2014 4:29:10 AM Hello,I have copied...
View ArticleHow to change the Grid's height according to the total height of its rows
The size of each GridView's element is calculated by the GridViewInfo class. The instance of the GridViewInfo class, containing information about a specific GridView instance, can be obtained via the...
View ArticleHow to export a web chart on a client side
This example demonstrates how to use client-side events to export a WebChartControl to PDF on a client side. To do this, it is necessary to do the following: 1. Set the...
View ArticleHow to deploy a custom report template gallery for an End-User Designer
This example illustrates how easy it is to provide a custom template gallery for your End-User Report Designer.In this sample, the application's Templates folder contains two sample report templates....
View ArticleMaster-Detail GridView on different PageControl TabPages
This example illustrates how to define a master-detail GridView located on different PageControl TabPages.The main implementation details:- Define both grids in separate PartialView files. See the...
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 transpose the XRTable in a report
This example demonstrates two different approaches to transposing tables in XtraReports: by using the XtraVerticalGrid control and by using the DataRowView object to transpose data via code.Question...
View ArticleHow to show checkboxes for only a specific level
This example demonstrates how to hide unnecessary checkboxes in a TreeList.Question CommentsAdded By: Andrew Abel at: 6/17/2014 8:33:29 AM Can you explain what the SpinEdit is for?Added By: Alexey Z...
View ArticleOulook.com Style ASP.NET UI
This example shows how to customize the CSS of the DevExpress ASP.NET Controls like Grid, Menu and NavBar to create UI that looks like outlook.com
View Article