ASPxDropDownEdit - How to select Year and Month only
This example demonstrates how to create a DateEdit analog based on ASPxDropDownEdit with a custom DropDownWindowTemplate that allows you to select Year and Month only.Question CommentsAdded By: Julien...
View ArticleHow to use the dxChart in an ASP.NET WebForms application
This example is an illustration of the KA20011: DevExtreme Mobile - Technical FAQ KB Article. Refer to the Article for an explanation.See also:Pros and cons of CDN usage in projects with ChartJSHow to...
View ArticleHow to silently pass a parameter's value to a report
This example demonstrates how to pass a parameter's value to a report, prior to its generation and without prompting end-users to enter this value manually. When there are no visible parameters in a...
View ArticleHow to perform a drill-down in ASPxDashboardViewer
The following example demonstrates how to perform a drill-down in ASPxDashboardViewer on the client side.In this example, the ASPxClientDashboardViewer.PerformDrillDown method is used to perform a...
View ArticleHow to create and display a BarCode in a web application
This example illustrates how you can use our new Bar Code Library in ASP.NET to generate and display a barcode image on the webpage. The best approach implies creating a custom HTTP Handler that will...
View ArticleBandedGridView - How to hide particular Bands
This example illustrates how to hide a particular Band and draw on its place column captions that belong to this Band.Question CommentsAdded By: Fajar Taufik at: 11/26/2013 11:56:14 PM I copied...
View ArticleHow to use the FrameNavigationService with the Managed Extensibility...
The FrameNavigationService allows navigating between Views within a NavigationFrame. This example shows how this service can be used along with the Managed Extensibility Framework (MEF).In this...
View ArticleHow to get additional search results using the Bing Map Search service
This example demonstrates how to provide the capability for end-users to search for location and keywords using the BingSearchDataProvider.Search method.In this example, the built-in Search panel is...
View ArticleHow to show the progress of loading image tiles
This example shows how to visualize the progress of loading image tiles using a progress bar.To accomplish this task, handle the ImageTilesLayer.RequestDataLoading event and specify how the progress...
View ArticleHow to export selected map items to an image
The following example demonstrates how to export selected map items to an image.To do this, handle the MapControl.ExportMapItem event and, if the map item is not selected (the...
View ArticleHow to load image tiles from another source
This example illustrates how to create a custom data provider for the Map control. For this, it is necessary to implement a MapDataProviderBase class descendant and assign it to the...
View ArticleHow to create an editor similar to Outlook Attachment Editor
This example demonstrates how the RichEditControl component can be used to emulate the Outlook Attachment Editor behavior.The main idea of the approach demonstrated in this sample is to use the...
View ArticleHow to represent an enumeration property via a drop-down box with check boxes
Scenario:There is an enumeration property and the FlagsAttribute is applied to the enumeration, i.e., several values can be written to this property. An editor allowing you to select several values is...
View ArticleHow to customize the appearance of a map shape title
This example demonstrates how to change the appearance of a map dot title. To do this you should handle the MapControl.DrawMapItem event and customize some drawing parameters using its event arguments.
View ArticleHow to implement CRUD operations when Entity Framework 5 is used
This example illustrates how to implement CRUD operations with XtraGrid and EF 5. To get a possibility to commit changes it is necessary to store DbContext instance that is used to get the grid's data...
View ArticleOBSOLETE: ASPxMemo - How to limit the length of text that can be entered into...
This approach is now obsolete. Starting with version v2013 vol 1 (13.1) this functionality (the ASPxMemo.MaxLength property) is available out-of-the-box.Please refer to the S91467: ASPxMemo - Support...
View ArticleHow to navigate through views by using NavBarControl control and...
This example demonstrates how to implement navigation between views by using the NavBarControl control and NavigationFrame class.Question CommentsAdded By: Shabra J Dowson at: 5/15/2014 3:02:24 AM I...
View ArticleHow to use XtraSpellChecker in XAF
ScenarioThis example demonstrates how to incorporate the XtraSpellChecker to XAF applications.Steps to implement1. Copy the Spelling.Win project into your solution and build it;2. Invoke the...
View ArticleHow to load a gauge control layout from an XML file and display it in an MVC...
The example demonstrates how to load the ASPxGaugeControl layout (created in the WebForms application) and then render an appropriate image in the MVC application.The sample is based on the blog post...
View ArticleASPxTreeList - How display Report Header and Report Footer in an exported...
This code example demonstrates how to export the ASPxTreeList control to PDF, and include Report Header and Report Footer in a resulting document.This functionality is implemented using the...
View Article