How to implement CRUD operations using DXGrid and LINQ to SQL Classes
This example shows how to use LinqInstantFeedbackDataSource or LinqServerModeDataSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special...
View ArticleHow to implement CRUD operations using DXGrid and Entity Framework
This example shows how to use EntityServerModeDataSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special behavior.Notethat the test sample...
View ArticlePropertyGridControl - How to define a complex ContentTemplate
This example demonstrates how to show multiple editors within one cell by overriding the ContentTemplate.There two ways to do this:1. Put a CellEditorPresenter to a ContextTemplate and set its Path...
View ArticleHow to replace the default Filter Popup with a custom one made with...
This example demonstrates how to replace the default Filter Popup with a custom one made with the ASPxGridView control. This solution demonstrates only a basic approach, and it is possible to customize...
View ArticleHow to automatically create mail-merge documents using the Snap Document Server
This example demonstrates how to use the Snap API to automatically generate documents by the DevExpress Document Server.After running this example, a console application creates a document that is...
View ArticleHow to enable in-place editing in the ASP.NET tree List View...
This is a temporary solution for the ListEditors.TreeList - Make it possible to edit data directly in the tree list (inplace/inline edit) feature request.See also:How to enable in-place editing in the...
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 ArticleHow to Show a New Object Detail View via the Navigation Control
This example demonstrates how to execute custom code when the navigation control's item is clicked. The New Action (NewObjectViewController.NewObjectAction) will be executed when clicking the "Create...
View ArticleFields in the document - the basics
This example illustrates the basics of document fields in XtraRichEdit.
View ArticleHow to implement the ItemsSource property for the LayoutControl control
This example demonstrates how to implement the ItemsSource property for the LayoutControl control. The ItemsSource property is implemented as an attached property and allows you to bind a collection...
View ArticleHow to save and restore report definition files using the Silverlight report...
This example illustrates how you can load a report into an in-browser designer and, after making any changes to the report, save these changes.After clicking the Save Changes button in the designer’s...
View ArticleHow to create dxPieChart using the AngularJS approach
This example demonstrates how to display data from a data source in dxPieChart created using the AngularJS approach.Seel also:dxPieChart APICreate a Widget - AngularJS Approach
View ArticleHow to print a document from RichEditDocumentServer
This example illustrates how to use the PrintableComponentLink to invoke a Print Preview dialog for a RichEditDocumentServer. A document server instance is created via code and a simple multiplication...
View ArticleHow to import data to worksheet cells from different data sources and use tables
This example illustrates how to use the Worksheet.Import method to import data to worksheet cells from different data sources (arrays, lists and data tables), and how to format a range of cells as a...
View ArticleHow to generate a document layout via the Snap application programming...
This example illustrates the Snap application programming interface by generating a document from scratch completely in code.The Snap API used for document generation is mostly similar to that of the...
View ArticleHow 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 get routes to the destination point using the Bing Map Route data 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 ArticleXtraGrid - How to specify short captions for columns
This example demonstrates how to specify short captions for columns by handling GridView's CustomDrawColumnHeader event.
View ArticleScheduler - How to implement a custom Edit Appointment Form with custom fields
This example illustrates how to implement a custom Appointment Form and display it instead of the default one.To include a custom Appointment Form to the SchedulerPartial view, the...
View ArticleXtraGrid - How to automatically put search text in quotation marks in Filter...
This example demonstrates how to automatically put the FindPanel's search text in quotation marks.
View Article