How to connect to the MS Bing Maps web server
This example demonstrates how to connect to the Bing Maps web resource using the BingMapDataProvider object.Note that if you run this sample as is, you will get a warning message informing that the...
View ArticleHow to align Group Summary items by columns when the grid is being printed
This example demonstrates how to align Group Summary items by columns when the grid is being printed. For this, it is necessary to override the default PrintGroupRowTemplate and place an additional...
View ArticleHow to change the XtraReport layout dynamically via a custom Report...
The Report Parameters Object feature is introduced to show the custom filter dialog before previewing XafReport. But, since it can be accessed via the report's scripts (see Access Report Filter...
View ArticleHow to localize ASPxScheduler dynamically
This example illustrates how to implement the approach described in the Localizing ASP.NET Controls via Localizer Objects article in ASPxScheduler control localization.
View ArticleHow to customize TimeRuler time scales
This example demonstrates how you can specify format string for displaying time in the TimeRuler's time scale and add a custom (20 min) time slot.
View ArticleMultiple selection using checkbox (web style)
From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection.This feature is demonstrated in the following example: How to use an unbound check...
View ArticleHow to use an unbound check box column to select grid rows
From version 13.2, the GridView in the XtraGrid control provides a built-in checkbox column for multiple row selection. This feature is demonstrated in the example that targets version 13.2. Additional...
View ArticleHow to create a master-detail report using a Subreport
The Master-Detail Report article in the XtraReports documentation describes how to create master-detail reports in two ways - via the DetailReportBand and XRSubreport controls. The first approach is...
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 ArticleHow to drag and drop items within Ribbon Quick Access Toolbar
In some situations, it is useful to move the items within the Ribbon Quick Access Toolbar, for instance, when an end-user wishes to change items' order by using drag&drop. This example illustrates...
View ArticleProtection - How to programmatically create a protected document and apply...
This example creates a new document by inserting content from different files, gives specific users permission to edit ranges and enforces document protection. Document ranges editable by the current...
View ArticleHow to: Display a List of Non-Persistent Objects
This example demonstrates how to display a list of non-persistent objects. The complete description is available in the How to: Display a List of Non-Persistent Objects help topic.See...
View ArticleHow to implement multi-row editing in the ASP.NET ListView
The ASPxGridView does not natively support multi-row editing. It is recommended to either use the single-row inline editing by setting the AllowEdit property of the ListView model to True in the Model...
View ArticleHow to use custom ASPxGridView template in a Web XAF application
The ASPxGridView, which is used as the grid list editor in XAF Web applications, provides the capability to customize its style via templates. The result of such a customization is shown in the...
View ArticleHow to provide a custom progress indicator to a Snap application
This example demonstrates how to indicate the document creation progress in a Snap application.After running this example, click Finish&Merge on the Data Tools: Mail Merge toolbar and select a...
View ArticleHow to provide custom separators to records of a mail-merge document
This example demonstrates how to provide a custom element to separate each record in a document when none of the standard separators meets your requirements.After running this example, click...
View ArticleHow to Create a Checked ComboBox
The following example shows how to create a checked combo box.To enable this appearance, we set the editor's StyleSettings property to...
View ArticleHow to bind to the SelectedItem property of the NavBarControl
This example demonstrates how to obtain a NavBarControl's selected item in a ViewModel.For this, it's necessary to bind the NavBarControl's SelectedItem property to a property in your View Model. For...
View ArticleHow to force the ComboBoxEdit to post the selected value when the Tab key is...
This example demonstrates how to create a ComboBoxEdit that posts a value selected in the popup when the Tab key is pressed.To enable this feature, we have created a ComboBoxEdit class descendant and...
View ArticleHow to Create a Custom Column Chooser
This example shows how to create a custom standalone Column Chooser and display it within the Expander control.For this, we implemented a custom CustomColumnChooserControl control that can be placed on...
View Article