How to use ASPxHtmlEditor to edit RTF data
Important NoteIn version 14.1 we've developed a great new ASP.NET editor that may better fit your scenario. Read more about the new ASPxRichEdit here:...
View ArticleASPxGridView - How to hide a grid column on the client side without making a...
This example demonstrates how to hide a grid column on the client side without making a round-trip to the server.To accomplish this task, apply a dummy CSS class ('unitPriceColumn') to all column cells...
View ArticleHow to create PropertyGridControl rows at runtime
This example demonstrates how to programmatically add new editor and category rows to the PropertyGrid.See Also:Creating a Tree-Like Structure of RowsQuestion CommentsAdded By: SAMUEL KAMIRU at:...
View ArticleHow to provide custom editors for report parameters in WPF
This example demonstrates how you can provide custom editors for report parameters of arbitrary types. In particular, it shows how to utilize a ComboBoxEdit as an editor for a custom report parameter...
View ArticleASPxGridView - How to make WebChartControl display only data that is visible...
This example demonstrates how to make WebChartControl display only data that is visible in grid. Note that ASPxGridView in this example is working in PostBack mode in order to make possible update of...
View ArticleASPxGridView - Cell Merging
The example shows how to implement the cell merge feature for the ASPxGridView control. You can use the helper class that will perform cell merging for the grouped grid as well. Please keep in mind...
View ArticleHow to show a hyper link (URL, email, etc.) for a business class property
ScenarioThe following basic functionality is implemented in the HyperLinkPropertyEditor.Web and HyperLinkPropertyEditor.Win modules:1. WinForms and ASP.NET PropertyEditor classes based on the...
View ArticleHow to filter a detail view along with the master view
When the master GridView is filtered, it displays only those records that match the applied filter. This example demonstrates how to make the master view take into account detail row data (i.e. if a...
View ArticleHow to raise XAF CallBacks from client-side events
Scenario:It is necessary to execute server-side code that requires refreshing the current View as a response to user actions in an ASP.NET application. For example, show the first navigation item when...
View ArticleHow to generate a report with a dynamic Watermark (dependable on the...
This example illustrates how to generate Watermark at runtime and apply it to a certain page.
View ArticleHow to use SingleChoiceAction to show a certain resource in Scheduler
Scenario:It is necessary to use Security System users as Scheduler resources and filter Scheduler events by these users using a SingleChoiceAction.Steps to Implement:1. Create a custom use class...
View ArticleHow to: Print a report without displaying a preview
This example demonstrates how to implement the InstantPrintReport Action that prints the current report without displaying its preview. The complete description is available in the How to: Print a...
View ArticleHow to add a Find Panel, similar to the one provided by GridControl to TreeList
This feature is available out-of-the-box starting from version 12.2. For earlier versions: This example illustrates how to create your own Find Panel and show over TreeList.Question CommentsAdded By:...
View ArticleHow to drag appointments from GridView and drop them onto the Scheduler...
This example demonstrates how to drag appointments from GridView and drop them to the SchedulerControl using the SchedulerDragData class instance.See Also:How to detect which element of the Scheduler...
View ArticleHow to replace a data source that uses direct database connection with a new...
This example demonstrates how to accomplish this task using the DashboardLoaded event. This approach can be used in WinForms, ASP.NET and MVC projects. Generally, all you need is to create a new data...
View ArticleWPF MapControl Getting Started - Lesson 2 - Load Shapes Data from a Shapefile
This is the third tutorial of the DXMap Getting Started series. It will guide you through the process of creating a map application with shapes, loaded from an external Shapefile.
View ArticleHow to adjust DevExpress ASP.NET controls when opening a page in the Internet...
Starting with version v2014 vol 2 (14.2), it is much easier to specify the target IE Compatibility Version with the help of a new ieCompatibilityVersion configuration option.This example is an...
View ArticleHow to adjust DevExpress ASP.NET MVC extensions when opening a page in the...
Starting with version v2014 vol 2 (14.2), it is much easier to specify the target IE Compatibility Version with the help of a new ieCompatibilityVersion configuration option.This example is an...
View ArticleHow to use the ASPxWebControl SetIECompatibilityModeEdge method
Starting with version v2014 vol 2 (14.2), it is much easier to specify the maximum available IE Compatibility Version with the help of the new ieCompatibilityVersion configuration option.This example...
View ArticleHow to use the ASPxWebControl SetIECompatibilityModeEdge method in MVC...
Starting with version v2014 vol 2 (14.2), it is much easier to specify the maximum available IE Compatibility Version with the help of the new ieCompatibilityVersion configuration option.This example...
View Article