How to connect to a remote data service from a Silverlight application
Scenario: In this example we will create a WCF IDataStore service that will be used by our client (SilverLight Application) as a data layer. Instead of direct connection to the database, our client...
View ArticleHow to show a map from Google Maps in XtraReport
This example illustrates how to use the Static Maps API provided by Google to retrieve an image and display it in an XtraReport
View ArticleHow to build a native package in Visual Studio
This example was created for the How to build a native package article.
View ArticleReport Print Preview - How to size the Parameters panel
This example demonstrates how to size the Parameters panel in the Report Print Preview:The main idea is to obtain the Parameters panel (that is a DockPanel object) and set its size through the...
View ArticleObject type manual detection
This demo shows how to display or play back a file in a multimedia format (flash, audio, video) when the file's filename extension is not specified. In this case, you need to know the file’s MIME type...
View ArticleHow to work with the editor's painter, and view info classes in a descendant
This example demonstrates how to create a custom editor derived from the BaseEdit, and implement a custom mechanism for calculating the ViewInfo and painting the editor in in-place mode.
View ArticleHow to render vertical column headers in the XRPivotGrid control
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 use ImageSlider as an in-place editor
This example demonstrates how to use ImageSlider as GridControl's in-place editor using the IAnyControlEdit interface. It is sufficient to set the RepositoryItemImageSlider.Images property to the...
View ArticleHow to reorder resources in SchedulerControl views via the "drag-drop"...
The main idea of this approach is to interchange a value of a custom field between the "dragged" and "dropped" resources.An approach to sort (reorder) resources based on a custom field value was...
View ArticleHow to reorder resources in SchedulerControl views via the "drag-drop"...
The main idea of this approach is to interchange a value of a custom field between the "dragged" and "dropped" resources.An approach to sort (reorder) resources based on a custom field value was...
View ArticleTreeList - How to move nodes using a context menu
This example illustrates how to move nodes using a context menu. It will be useful if your TreeList hierarchy is large and it's necessary to scroll a control/page to find the target node.
View ArticleHow to implement CRUD operations using DXGrid and WCF Data Services
This example shows how to use WcfInstantFeedbackDataSource or WcfServerModeDataSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special...
View ArticleHow to redirect the user to a mobile or desktop version of the site based on...
In this example, you will see how to redirect a user to a mobile or desktop version of a site. To determine the device type, you can use the RenderUtils.Browser.Platform property. To encapsulate the...
View ArticleASPxGridView - Using GridViewDataComboBoxColumn as a lookup control
This demo implements lookup functionality using the following two techniques: - "Category LookUp" column editor populates its drop-down list from the bound CategoriesDS data source. -...
View ArticleASPxImageSlider - How to slide images on mouse hover
This example illustrates how to slide images on mouse hover.
View ArticleHow to show a progress bar in the XRPivotGrid Cell
This example illustrates how to use the XRPivotGrid.PrintCell event handler to render a progress bar within the cell in the XRPivotGrid control.In this sample, the default TextBrick is substituted with...
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridListEditor does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the...
View ArticleScheduler - Lesson 3 - How to Use Scheduler in complex views
When a Scheduler view is customized in a way more complex than just specifying the start date or decorating web element styles, you should pass the Scheduler settings to the corresponding overloads of...
View ArticleScheduler - Lesson 2 - Insert-Update-Delete appointment feature
This example demonstrates a simple application that enables end-users to add new appointments, modify existing appointments and delete them if necessary. This project is created by following the...
View ArticleUploadControl - An example of use
This example contains a self-contained solution with the UploadControl extension. This solution illustrates the simplest pattern that can be used to upload multiple files and indicate the uploaded...
View Article