How to search for a location on a map using a custom search panel
This example demonstrates how to find a city on a map using the Microsoft Bing Search data service. Note that the built-in search panel is not applicable in this example, so the...
View ArticleHow to calculate a route between waypoints and customize the appearance of a...
This example demonstrates how to calculate a route between several waypoints and change the appearance of a route path by means of the Microsoft Bing Route web service.To calculate a route between...
View ArticleHow to get additional search results using the Bing Map Search service
This example demonstrates how to provide search for location and keywords using the BingSearchDataProvider.Search method. In this example, the built-in Search panel is disabled (the...
View ArticleASPxButton - How to disable default appearance starting with 13.2 (display...
Starting with version 13.2, the ASPxWebControl.EnableDefaultAppearance property is obsolete.There are two ways to disable the default appearance: use the ASPxButton.RenderMode property or CSS.See the...
View ArticleHow to: Create an Action Using the ActionAttribute
This example demonstrates how to create an Action within a persistent class declaration (i.e. how to convert a persistent class method into a SimpleAction or PopupWindowShowAction). The complete...
View ArticleHow to connect the map control to a MS Bing Geocode web service
This example demonstrates how to provide the capability for end-users to click on a map and get detailed information about this place in the pushpin's tooltip, thanks to the Bing Geocode web...
View ArticleGetting Started with the Scheduler
This example is created by following instructions of the DevExpress WinForms: Getting started with the Scheduler video.
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 customize a Report Wizard for WPF
This example demonstrates how to customize a Report Wizard for WPF by removing its Grouping and Summaries pages. To provide a custom report wizard, do the following:- Create a descendant class for each...
View ArticledxMap - How to add draggable markers
This example illustrates an approach described in the How to take advantage of map provider API features that were not implemented in the dxMap widget? Knowledge Base article.See also:dxMap - How to...
View ArticledxMap - How to add the current location marker
This example describes how to use the dxMap widget with HTML5 Geolocation. See also:How to take advantage of map provider API features that were not implemented in the dxMap widget?dxMap - How to add...
View ArticleHow to: Store Model Differences in Database
This example illustrates how to store user UI settings (so-called model differences) in the application database instead of the file system (in Windows Forms applications) and session (in ASP.NET...
View ArticleHow to apply conditional formatting to a range of cells
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...
View ArticleHow to apply conditional formatting to a range of cells
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 navigate through views by using NavBarControl control and...
This example demonstrates how to implement navigation between views by using the NavBarControl control and NavigationFrame class.
View ArticleASPxGridView - How to display different controls in different cells of the...
Problem: I have two columns in my ASPxGridView. The first column contains values. The second column should contain different controls/editors depending on the values in the first column.Solution: In...
View ArticleASPxGridView - How to implement instant editing with check boxes in columns
This example illustrates how to implement instant editing in ASPxGridView. It is divided in two independent samples:- The first sample (the Default1 page) illustrates how to post modified data to the...
View ArticleTutorial - Creating a registration form using ASPxEditors
This solution is created to illustrate the steps described in the Creating a registration form using ASPxEditors. Introduction tutorial series.The solution consists of the following...
View ArticleBandedGridView - How to hide particular Bands
This example illustrates how to hide a particular Band and draw on its place column captions that belong to this Band.Example CommentsAdded By: Fajar Taufik at: 11/26/2013 11:56:14 PM I copied...
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 Article