Quantcast
Browsing all 7205 articles
Browse latest View live

OBSOLETE - How to initialize an aggregated referenced property via an Action.

======================This article is now obsolete. Refer to the following help topics instead:Reference PropertiesHow to: Initialize Business Objects with Default Property ValuesHow to: Create an...

View Article


How to change the behavior of standard controller for only a specific object...

====================This article is now obsolete. Refer to the Override Controller Behavior help topic instead.====================This example demonstrates how to change the New action's Caption...

View Article


Image may be NSFW.
Clik here to view.

How to show custom forms and controls in XAF (Example)

This example implements the following scenarios when an end-user clicks on a custom item in the navigation control:- a custom non-XAF form is opened as a result;- a standard XAF View containing a...

View Article

How to create a custom search panel

This example demonstrates how to find a location on a map using the Microsoft Bing Search data service. Note that the built-in search panel is not used in this example, so the...

View Article

TreeList - How to drag and drop nodes between two treelists

This example demonstrates how to drag and drop nodes between two treelists. To do so, each extension has its client-side StartDragNode and EndDragNode events handled to:- Add new drop targets for the...

View Article


How to search for objects by using all the properties or by using more...

This example provides a possible workaround for the Filtering - Support searching objects by a string through all the properties (or a set of properties) or by more complex criteria suggestion. The...

View Article

How to implement CRUD operations with a DataSource

This example demonstrates how to implement CRUD operations with a DataSource that obtains data from a remote Rest service. The DataSource object does not implement CRUD operations out-of-the-box. We...

View Article

dxDataGrid - How to implement a custom store with CRUD operations

The dxDataGrid binding using a CustomStore help topic and the A custom data source does not apply paging, filtering, sorting and grouping article describe how to implement a custom data source that...

View Article


How to show and hide a popup window via server side code

While we recommend using client-side code (scripts) to open or hide a popup window to avoid a turn around to the server, in certain situations you may need to implement server-side processing before...

View Article


How to: Create a Custom Control Detail Item

The complete description will be available in the documentation with the next minor release.

View Article

How to: Implement a Custom View Item

The complete description will be available in the documentation with the next minor release.

View Article

How to drag and drop nodes between two ASPxTreeList controls

This sample demonstrates how to handle client-side StartDragNode and EndDragNode events to implement node dragging between two TreeList controls.See Also:TreeList - How to drag and drop nodes between...

View Article

XtraMap Getting Started - Lesson 2 - Connect to OpenStreetMap

This example demonstrates how to connect to the OpenStreetMap using the OpenStreetMapDataProvider object.

View Article


XtraMap Getting Started - Lesson 1 - How to load image tiles from Bing Maps

This example demonstrates how to connect to Bing Maps using the BingMapDataProvider object.Note that if you run this sample as is, you will get a warning message informing that the specified Bing Maps...

View Article

XtraMap Getting Started - Lesson 3 - Binding a map control to data loaded...

This example illustrates how to bind a Map control to data. This data stored in an external XML file, which contains information about wrecked ships, including ship coordinates.In this example, the map...

View Article


How to get joined tables from the LinqServerModeDataSource using a custom...

This example demonstrates how to get joined tables from the LinqServerModeDataSource by using a custom LINQ query. In the example the server-side LinqServerModeDataSource.Selecting event was handled...

View Article

How to implement data paging

Silverlight supports the data paging mechanism natively. In the meantime, there are no easy approaches to implementing the IPagedCollectionView interface in WPF.The easiest way to implement data paging...

View Article


How to apply master filtering in MVCxDashboardViewer

The following example demonstrates how to apply master filtering in MVCxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.SetMasterFilter method is used to select...

View Article

How to get all GridView selected keys and pass them to a Controller

This example illustrates how to collect all selected values (for example, keys) on the client side via the ASPxClientGridView.GetSelectedFieldValues method and pass them to: - The GridView callback...

View Article

How to perform a drill-down in DashboardViewer

The following example demonstrates how to perform a drill-down in DashboardViewer.In this example, the DashboardViewer.PerformDrillDown method is used to perform a drill-down for a specified row in a...

View Article
Browsing all 7205 articles
Browse latest View live