ASPxGridView - How to create collapsible columns
This example demonstrates how to implement collapsible columns. I.e. some columns may be expanded to show additional columns. The main idea is to create two columns: a data column and a band column...
View ArticleDXRichEdit for WPF: How to make RichEditControl transparent
This example illustrates how to make a background of all RichEditControls views (see RichEditViewType Members) transparent. To accomplish this task, you need to override a couple of internal...
View ArticleHow to make PivotGrid fields invisible when the Analysis view is initialized
Sometimes, when a business class has a lot of properties, it is not suitable to have all of them in the Filter Area. This example demonstrates how to place fields into the Field List popup window by...
View ArticleHow to calculate Total cell values based on the low level Сell summary values
This example demonstrates how to use the CustomSummary Event to resolve the problem described in the Total values calculation seems to be incorrect, how to calculate Min, Max, Average values based on...
View ArticleHow to: Use ApplicationJumpTask
This example demonstrates how to use the ApplicationJumpTask.
View ArticleHow to implement editing in the Preview Form
The following example demonstrates how to edit a report's content in its Print Preview. To accomplish this task, handle the PreviewDoubleClick event of required controls, store their position and...
View ArticleHow to implement the Copy/Paste feature
This example demonstrates how to parse the clipboard's data to paste rows into the grid. For more information, please see the following KB article: A1266See Also:How to implement the paste from...
View ArticleHow to hide individual navigation items and groups for certain users
Scenario:Our Security System allows hiding navigation items for certain users by setting the Type Permission's Navigate access. Since with this approach, the Navigate access can be granted only for a...
View ArticleHow to manually load a Cartesian map shapefile to a map control
This example demonstrates how to load a Cartesian map shapefile to a map control.
View ArticleHow to customize a data store schema for dashboard data sources
This example demonstrates how to customize a data store schema for a dashboard data source that uses a connection to the Northwind database.In this example, the IDBSchemaProvider interface is...
View ArticlePictureEdit - How to display external images by providing links for them
The current example illustrates how to customize the default PictureEdit editor so that it can accept a path to a graphic file as an EditValue and display a corresponding image.Question CommentsAdded...
View ArticleBinding Master and Detail focused rows to ViewModel objects
This example demonstrates how to use ViewModel properties to track and control focused row changes both for Master and Detail grids. This capability is achieved by creating attached behavior that...
View ArticleOBSOLETE - How to support Master-Detail mode in the Web ListView
=====================This article is now obsolete. Refer to the solutions described in the ListEditors - Support showing both master and detail records in the same grid control...
View ArticleOutlook Inspired App (EF data model only)
This is a draft solution that is used for the Building Outlook-Insipred and Hybrid UI Applications tutorial.
View ArticleHybrid App (EF data model only)
This is a draft solution that is used for the Building Outlook-Insipred and Hybrid UI Applications tutorial.
View ArticleHow to: Initialize Business Objects with Default Property Values in XPO
This example illustrates how to initialize newly created objects in XPO. The complete description is available in the How to: Initialize Business Objects with Default Property Values in XPO help...
View ArticleHow to get a list of higher level field values corresponding to the specific...
This example demonstrates how to get a list of the parent Field Value corresponding to a specific Field Value or Cell.See Also:Q254783: FieldValueTemplate - Generate of URL string by clicking cell from...
View ArticleHow to get an object ID corresponding to a specific Field Value within a...
The easiest way to accomplish this task is to get a list of all data source records corresponding to the processed Field Value. Please call the...
View ArticleHow to: Initialize Business Objects with Default Property Values in Entity...
This example illustrates how to initialize newly created objects in Entity Framework. The complete description is available in the How to: Initialize Business Objects with Default Property Values in...
View ArticleHow to make a custom GridView that takes into account custom painting when...
This example demonstrates how to override the default exporting process to take into account custom drawn content provided via the GridView.CustomDrawRowIndicator Event. Please refer to the How to make...
View Article