How to display a report that uses a private font (distributed with the...
Unlike WinForms, where an embedded font can be registered globally using the PrivateFontCollection, WPF requires explicit reference to the embedded font. This sample application demonstrates how to...
View ArticleHow to use a private font (a custom font distributed with the application) in...
This example demonstrates how to use a custom font distributed with the application in XtraReport.The main idea of this approach is to use the PrivateFontCollection class to store custom font families....
View ArticleHow to implement a client-side confirmation on the user action modifying the...
This example demonstrates how drag-n-dropping and resizing appointment actions can be confirmed using client-side scripting technique. The ASPxScheduler client-side events AppointmentDrop and...
View ArticleHow to use a third-party jQuery plug-in (accordion) in a DevExtreme application
This example demonstrating an approach described in the How to create widgets using a "jQuery approach" in a mobile application Knowledge Base article.Question CommentsAdded By: Emanuele Politi at:...
View ArticleHow to create a ButtonEdit descendant showing EditValue in button's caption
This example illustrates how to create a ButtonEdit descendant that creates the second default button and shows EditValue in its caption. When you type text in the editor it is shown in a caption of...
View ArticleASPxDocumentViewer - How to dynamically preview a report in document viewer...
This example demonstrates how to load a report to ASPxDocumentViewer control dynamically at runtime.The ASPxDocumentViewer control uses a callback to display a report. According to the ASP.NET Page...
View ArticleHow to convert and then print an ASPxGridView by using the XtraReport
This example demonstrates how to dynamically create a report based upon the ASPxGridView control at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to implement the master detail GridView with editing capabilities
This example illustrates how to implement the master detail GridView with editing capabilities. Perform the following steps to define the master-detail layout: 1) Define both master and detail GridView...
View ArticleHow to convert and then print an GridView extension by using the XtraReport
This example demonstrates how to dynamically create a report based upon the GridView extension at runtime. This means that all filtering, sorting and grouping conditions selected in the grid are also...
View ArticleHow to load data in an unbound column asynchronously
This example illustrates how to load data in an unbound column asynchronously.Question CommentsAdded By: Maxime MERIAUX at: 7/23/2014 3:00:33 AM Hello,this sample is great, but it doesn't work if...
View ArticleHow to obtain filtered data from GridControl in the MVVM style
This example shows how to return the collection of visible rows to the ViewModel. For more details, refer to the KA18591: How to synchronize filtered data between the GridControl and ViewModel...
View ArticleHow to generate multi-resource appointments at runtime
This example is created based on the How to: Enable Multi-resource Appointments article and demonstrates how to create a multi-resource appointment in code and add it to the SchedulerControl.
View ArticleASPxGridView - How to show a confirmation dialog using ASPxPopupControl
This example demonstrates how to show a delete confirmation dialog using ASPxPopupControl. In this example, ASPxGridView is created with a custom button; the ASPxClientGridView.CustomButtonClick event...
View ArticleXtraGrid - How to draw a GridControl background image
This example demonstrates how to draw an image behind the GridControl rows
View ArticleHow To: Implement Sorting for a Custom Cell Value
In the current version, PivotGridControl doesn't support sorting by summary values, replaced in the PivotGridControl.CustomCellValue event. It's because PivotGridControl first filters, groups and sorts...
View ArticleASPxGridView - How to implement copy functionality in Batch Edit mode
This example demonstrates how to add copied values to a new row on a custom command button click using a new client-side API implemented in the following threads:ASPxGridView - Batch Edit mode -...
View ArticleGridView - How to implement copy functionality in Batch Edit mode
This example demonstrates how to add copied values to a new row on a custom command button click using a new client-side API implemented in the following threads:ASPxGridView - Batch Edit mode -...
View ArticleWinForms End-User Designer - How to customize the data source wizard...
By default, the report connections list is populated based on the connections stored in the application configuration file. In any case,, the application configuration cannot be modified at runtime,...
View ArticleHow to implement the Master-Details functionality with the ServerMode enabled...
In the 2012 vol 1 version we implemented a Master-Detail feature, and now we provide it out of the box. Linq queries are created for the Product and ProductModel tables from the AdventureWorks DB. This...
View ArticleUse only one scroll bar for a grid with multiple master/detail levels.
A grid containing a number of groups (master), each with a number of lines (detail) is a representation of an order which is grouped for readability. When a group has a greater number of lines then...
View Article