How to specify dashboard parameter values on the client side
The following example demonstrates how to specify dashboard parameter values on the client side.In this example, the ASPxClientDashboardViewer.ReloadData method reloads data in the data sources and...
View ArticleHow to apply conditional formatting to a range of cells (WPF Spreadsheet)
This example illustrates how to get started with conditional formatting that can be applied to cells that match a certain condition specified by a conditional formatting rule.In particular, this sample...
View ArticleHow to customize the RangeControl auto adjustment behavior
This example demonstrates how to specify visible scales and available range that should be set for the RangeControl integrated with the SchedulerControl when an end-user switches the scheduler view to...
View ArticleHow to store a workbook in the database
This example uses the SaveDocument(DocumentFormat format) and LoadDocument(byte[] buffer, DocumentFormat format) methods of the SpreadsheetControl to store workbook in the database and retrieve it from...
View ArticleUsing WCF Data Services with XPO Data Service Provider for the XtraScheduler...
XPO now ships with the integrated support of the Open Data Protocol V2 (OData) so this example is not relevant for versions v2011 vol.2.5 and higher.This example illustrates the use of the XPO Toolkit...
View ArticleHow to use the POCO mechanism for automatic IDataErrorInfo implementation...
This Code Example demonstrates how you can use the POCO mechanism for automatic IDataErrorInfo implementation generation
View ArticleASPxTokenBox - How to remove items from drop-down after selection
This example illustrates how to show only items that were not selected in the item collection. I.e. all items that were selected will be removed from the drop-down window, and unselected items will be...
View ArticleHow to create a master-detail report bound to an ORM (Entity Framework) model...
This example demonstrates how to create a master-detail report bound to Object Relational Model in ASP.NET MVC applications.This example uses the Entity Framework ORM model to provide a report with...
View ArticleHow to set the color of the RangeControl thumbnails
This example demonstrates how you can specify the color of the RangeControl thumbnails in code. The background color of the thumbnail is determined by the ThumbnailControl template. The...
View ArticleHow to use HtmlEditor for editing GridView data
This example demonstrates how to use HtmlEditor to edit GridView row dataExample CommentsAdded By: md imran at: 11/18/2013 5:20:50 AM please can you give me the full project and i want to edit and...
View ArticleHow create file manager using GridControl
This example demonstrates how GridControl can be used to create a file manager like Total Commander
View ArticleHow to use FetchAppointments event for handling large appointment sets
The Scheduler behaves perfectly well when there is a reasonable amount of appointments to display. However for large appointment sets the application is fetching unnecessary data, increasing system...
View ArticleHow to localize ASPxScheduler dynamically
This example illustrates how to implement the approach described in the Localizing ASP.NET Controls via Localizer Objects article in ASPxScheduler control localization.
View ArticleHow to zoom DayView in a custom manner via the CTRL+MOUSE WHEEL combination
This example illustrates how to substitute the MouseHandlerService service for extending the standard zooming feature. To accomplish this task, you need to create a custom MouseHandlerServiceWrapper...
View ArticleHow to supply the dashboard with data provided as a collection of records
The following example demonstrates how to supply a dashboard with data provided as a collection of records.In this example, an XML file provides data about car models and corresponding prices. The data...
View ArticleHow to create vertical columns' headers (rotate column header text...
This example demonstrates how to create vertical column headers. To accomplish this task, it is necessary to rotate the column header 90-degrees by using the cross-browser CSS style. This approach is...
View ArticleHow to manage appointment's custom fields via the context menu
This example demonstrates how to add an additional menu item that represents a custom field to the default appointment's context menu. To achieve the goal, handle the PopupMenuShowing event of the...
View ArticleHow to use a custom ASPxGridView localizer
The ASPxGridView can be localized via resources. This is the recommended approach to localization and it's described in the Localizing Developer Express ASP.NET Controls help topic.However, if you...
View ArticleHow to bind a dashboard to a DataSet at design time and provide data at runtime
The following example demonstrates how to bind a dashboard to a DataSet at design time and fill it with data from the SalesPerson table in the Northwind database.In this example, the dashboard is...
View ArticleHow to show an asterisk in the window title when an object in a View is modified
Scenario This example shows how to customize a window title to add the asterisk mark when an object in the View is modified:Steps to implement1. Copy the...
View Article