How to view persistent objects in the XtraGrid and edit them in a separate...
ScenarioThis example demonstrates how to view persistent objects in the XtraGrid and edit them in a separate window in the scope of UnitOfWork , so that changes made to the object's properties can be...
View ArticleOBSOLETE - How to edit a persistent object on a Web page
==================================================This article is now obsolete.Use the approach from Tutorial 5 - An ASP .NET Application for Data Editing to edit persistent objects by using the...
View ArticleHow to use the XPPageSelector with the GridControl
ScenarioThis article illustrates how to use the XPPageSelector component to provide Pager functionally to the XtraGrid control. This functionality is useful when you need to show data in small...
View ArticleLINQ to XPO
LINQ is .NET Language-Integrated Query. It's included in .NET Framework 3.5 and you can use it in Visual Studio 2008 projects. XPO officially supports LINQ since v7.3. This example provides several...
View ArticleHow to use XPO with a Web Service
This is a sample project for How to use XPO with a Web Service Knowledge Base article. Please refer to the article for the explanation.See Also:How to use XPO with a Web Service to provide data for the...
View ArticlePageControl - How to load content when an active tab is changed using...
Sometimes it's required to load different models and action method on a tab click. There are two ways to accomplish this task: 1) Use the $.ajax function in the ActiveTabChanging event handler to...
View ArticleHow to: Use MessageBoxService in View Models derived from the ViewModelBase...
This example demonstrates how to use the MessageBoxService in View Models derived from the ViewModelBase class
View ArticleHow to generate items in TileNavPane from a collection
This example demonstrates how TileNavPane can be used with the MVVM pattern. TileNavPane has three levels: categories, items and subitems. To generate categories, bind a collection to the...
View ArticleHow to implement custom dropdown row editor for DXGrid
This example demonstrates how to edit grid row using the dropdown panel with editors generated automatically based on the underlying row data object. To see this approach in action, click the "Edit"...
View ArticleHow to: Pass data between View Models through the ISupportParameter interface
This example demonstrates how you can pass data between View Models through the ISupportParameter interface.
View ArticleHow to use the Service mechanism in a custom View Model
This example demonstrates how you can implement the support of the Service mechanism in a custom View Model (not derived from the ViewModelBase class and not a POCO View Model)
View ArticleHow to configure dxDataGrid with Angular Approach
This example demonstrates how to display data from a data source in dxDataGrid created using the AngularJS approach.See also:Configure Widget - Angular ApproachQuestion CommentsAdded By: Marion...
View ArticleHow to create a 2D Overlapped Range Bar chart
The following example demonstrates how to create a 2D Overlapped Range Bar chart.Question CommentsAdded By: Gary Gaughan-Smith at: 8/27/2014 4:56:47 AM HOW to do this by Binding to Data? Now that...
View ArticleHow to сreate a сustom Edit Appointment form using the MVVM pattern
This example demonstrates how to substitute the standard Edit Appointment form with the custom one using the MVVM approach. The new technique is based on a service provided by a data template. This...
View ArticleHow to add the DocumentPanel at runtime
Find the necessary group by its name and use the DockManager.GetItem method. Add a new DocumentPanel to this group using the AddDocumentGroup method. To activate this panel, call the...
View ArticleHow to implement the master detail GridView with editing capabilities
This example illustrates how to implement the master detail GridView with editing capabilities. Perform the following steps to define the master-detail layout: 1) Define both master and detail GridView...
View ArticleHow to set up binding for a web report using a collection of custom objects...
This example illustrates how to bind a report to lists for web projects at design time. To do this you need to extract your reports together with the corresponding classes representing your business...
View ArticleHow to display a route line with multiple pushpins on a map using a KML file
This example demonstrates how to load a shape from a KML file and display it on a map control.To do this, create a KMLFileLoader object and assign it to the VectorLayer.ShapeLoader property. Then,...
View ArticleHow to implement ASPxGridView Multi-Row editing using ASPxHiddenField in the...
This example demonstrates how you can implement the Multi-Row editing for ASPxGridViews in the Master-Detail scenario. The ASPxHiddenField control is used to store edited values and to send data to the...
View Article