How to: Merge Bars When They are Used in Standard Controls
This example demonstrates the merging behavior of bars when they are used in controls that don't support automatic merging. The example creates a TabControl in which a Tab contains three...
View ArticleGridView - How to edit in memory data source
This example illustrates how to bind the MVC GridView Extension with an in memory datasource (List<T>) with enabled editing capabilities.For Validation:Make sure that you have met the following...
View ArticleHow to trigger an action when the user clicks an icon within the appointment
This example illustrates how to handle the SchedulerControl's MouseUp event and use the SchedulerViewInfoBase.CalcHitInfo method to determine the visual element being clicked. If an appointment is...
View ArticleHow to bind a Chart dashboard item to data in code
The following example demonstrates how to bind a Chart dashboard item to data in code.Question CommentsAdded By: faezeh eshraghi at: 2/16/2016 7:41:16 AM what is...
View ArticleOBSOLETE - Date Range Filtering in the Filter Row
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the GridViewDataColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleOBSOLETE - ASPxGridView - Date Auto Filter
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the GridViewDataColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleOBSOLETE - ASPxGridView - How to implement a custom HeaderFilter with a...
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the GridViewDataColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleOBSOLETE - GridView - How to implement a custom HeaderFilter with a calendar...
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the MVCxGridViewColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleOBSOLETE - GridView - How to implement date range filtering using a custom...
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the MVCxGridViewColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleOBSOLETE - How to export the colored ASPxGridView
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Use ASPxGridView.FormatCondition rules to define conditional formatting in Browse Mode and keep the...
View ArticleOBSOLETE - ASPxGridView - How to customize RowFilter in DataDateColumn and...
UPDATED:Starting with version v2015 vol 2 (v15.2), this functionality is available out of the box. Simply set the GridViewDataColumn.SettingsHeaderFilter.Mode property to DateRangePicker to activate...
View ArticleHow to create fully custom Role, User, Event, Resource classes for use with...
This example demonstrates how to create fully custom classes for use in our Security Module (with the 'old' DevExpress.ExpressApp.Security.SecurityComplex component) and Schedule Module: - Activity...
View ArticleHow to: Filter a Report Parameter's Lookup
The complete description is available in the How to: Filter a Report Parameter's Lookup topic.
View ArticleHow to: Use Custom Logon Parameters
This example is now obsolete. The functionality demonstrated here is a part of the Security Demo located here: C:\Users\Public\Documents\DevExpress Demos 14.2\Components\eXpressApp...
View ArticleHow to create a drill-down report
This example demonstrates how to create a drill-down report. In this example, a master-detail report is created, in which the detail section for each category can be expanded or collapsed within the...
View ArticleHow to create drill-down documents with DXPrinting for WPF
This example demonstrates how you can provide interactivity for documents that are displayed in a Document Preview for WPF.In particular, it shows how you can implement a drill-down document, in which...
View ArticleHow to implement the drill-down feature for XtraReports in a web application
This example illustrates how to implement the drill-down feature for XtraReports in a web application. This feature allows end-users to be able to collapse/expand some of the detail report bands in...
View ArticleHow to bind grid columns to complex object properties
This example demonstrates how to display and edit properties of complex objects (Dictionary values, DynamicObject descendants) in DXGrid. The GridBindingHelper helper class is used to bind grid columns...
View ArticleASPxTreeList - How to get node information and a click type (Click, DblClick,...
This sample illustrates how to implement 3 different types of the node click events:1) A simple click;2) A double click;3) A simple click + the pressed ALT
View ArticleHow to preserve the expanded state of TreeList nodes when refreshing data
The example contains a helper class that can be used to save and load the current expanded / collapsed state of the XtraTreeList nodes. Please refer to How to preserve the expanded state of TreeList...
View Article