Quantcast
Browsing all 7205 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

DXRichEdit 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 Article


How 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 Article

How 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 Article

How to: Use ApplicationJumpTask

This example demonstrates how to use the ApplicationJumpTask.

View Article


How 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 Article

How 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 Article

How 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 Article


How 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 Article


How 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 Article

PictureEdit - 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 Article

Binding 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 Article

OBSOLETE - 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 Article


Outlook 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 Article

Hybrid App (EF data model only)

This is a draft solution that is used for the Building Outlook-Insipred and Hybrid UI Applications tutorial.

View Article


How 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 Article

How 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 Article


How 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 Article

How 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 Article

How 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
Browsing all 7205 articles
Browse latest View live