How To Use NavigationButtons to Navigate in Silverlight WindowsUI Applications
This example demonstrates how to use NavigationButtons to navigate through views in SilverLIght WindowsUI applications.
View ArticleHow to implement data editing with hidden column
Problem:I need to hide some columns in the GridView because they are utilized for internal purpose (e.g., rowversion column). At the same time, it is necessary to have these column values in the update...
View ArticleHow to pass a dashboard parameter to a custom SQL query
The following example demonstrates how to create a new dashboard parameter and pass it to the SQL query.In this example, the dashboard connects to the Northwind database and selects the required data...
View ArticleOBSOLETE: How to resize a chart according to the actual size of a Web...
This example illustrates the capability to resize a WebChartControl to fit the page width when the web page is resized.See also: - E1242: How to link a web chart to an ASPxPivotGrid; - E568: How to add...
View ArticleHow to skip readonly editors when moving through editors, using the Tab key
===============================================================This example is obsolete with version 13.2. Refer to the Usability.Win - Do not tab stop on disabled/readonly editors and columns ticket...
View ArticleHow to: Show an XtraReport created at design time, without the use of XAF...
NOTE: Starting with version 13.2, XAF provides the capability to display reports created at design time out-of-the-box. Please refer to the Reports V2 Module topic for additional information.This...
View ArticleHow to define RoundPanel content
This example is an illustration of the KA18923: The SetContent method - How to define a content using different syntax constructions KB Article. Refer to the Article for an explanation.This example...
View ArticleHow to get information about a geopoint using the Bing Geocode web service
This example demonstrates how to obtain information about a geographical point from the Bing Geocode web service using the BingGeocodeDataProvider.RequestLocationInformation method.To do this, specify...
View ArticleHow to calculate routes from major roads using the Bing Map Route web service
This example demonstrates how to calculate routes to the destination point from major roads using the BingRouteDataProvider.CalculateRoutesFromMajorRoads method.Before route calculation, specify...
View ArticleHow to connect to the Bing Maps web service
This example demonstrates how to connect to the Bing Maps web service using the BingMapDataProvider object.Note that if you run this sample as is, you will get a warning message informing that the...
View ArticleHow to connect to the OpenStreetMap web service
This example demonstrates how to connect to the OpenStreetMap web service using the OpenStreetMapDataProvider object.
View ArticleHow to implement a custom map web service
This example illustrates how to implement a custom map data provider class inherited from the MapDataProviderBase type.
View ArticleHow to programmatically create a map control and connect it to the OpenStreet...
This example shows how to create a map control at runtime and connect it to the Microsoft OpenStreetMap web service.
View ArticleHow to customize a web request for a map web service
This example shows how you can implement a custom proxy to make a request to the Bing Maps web service for obtaining map tiles from it.
View ArticleHow to get information about a geopoint using the Bing Geocode web service
This example demonstrates how to obtain information about a geographical point from the Bing Geocode web service using the BingGeocodeDataProvider.RequestLocationInformation method.To do this, specify...
View ArticleHow to connect a map control to the Bing Search web service
This example demonstrates how to provide the capability to search for a specific place on a map using the Search panel. To enable search in the map control, do the following- Create an InformationLayer...
View ArticleHow to generate a document layout in code via the Snap application...
This example illustrates the Snap API that is used to generate a document from scratch and connect it to data completely in code. The following code generates a tabular report layout. For a sample code...
View ArticleASPxGridView - How to store a focused row index in cookies when...
The ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to/from the cookies manually. If the...
View ArticleASPxGridView - How to store a focused row index in cookies
ASPxGridView does not save a focused row in cookies. However, you can add this capability by saving and restoring a focused row index to cookies manually:[JScript]function OnFocusedRowChanged(s, e){...
View ArticleHow to get information about a geographical point using the Microsoft Bing...
This example demonstrates how to obtain information about a geographical point from the Bing Geocode web service.To see how it works, do one of the following: - locate a desired geographical point on a...
View Article