How To: Implement Many-to-many Relations Editing
Starting with 15.2, Scaffolding Wizard supports generating many-to-many relations out of the box, so you don't need to implement it manually for a new application.This example shows how to implement...
View ArticleHow to Group Fields
The following code demonstrates how to combine fields into a group.In this example, three fields (Year, Quarter and Month, respectively) are combined into a new group. This ensures that the Year field...
View ArticleHow to implement drag-and-drop between two Grids using MVVM
This example is the modified Drag-and-drop data rows from one grid to another example. It demonstrates how to implement drag-and-drop functionality between two Grids using our MVVM framework. To...
View ArticleLesson 7 - Create a Custom Appointment Edit Form
Review the Lesson 7 - Create a Custom Appointment Edit Form help topic to learn how to create this project step-by-step.
View ArticleOBSOLETE: DashboardDesigner - How to customize data source wizard to display...
Update: starting with version 15.2, it is possible to disable creating new connections by setting the DashboardDesigner.DataSourceWizardSettings.DisableNewConnections property to True. This example...
View ArticleGridView - How to export filtered data with Reports when using the BindToLINQ...
At present our MVCxGridView export mechanism has some limitations: it is impossible to export a lot of filtered data, because the mechanism requests all data from a database and then filters it. Thus,...
View ArticleHow to put a custom UserControl in a GridView cell
NOTE:This example is created only for demonstration purposes and we don't recommend using this approach in your application, because it has many limitations and requires writing a lot of custom code....
View ArticleHow to show images for Tentative and Working Elsewhere appointment statuses
The following example illustrates how to create custom templates for vertical and horizontal appointments, and override the status displayed for these appointments. By default, the Tentative and...
View ArticleHow to connect a Pivot Grid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services 2000, 2005, 2008, 2008 R2, 2012 and 2014), you can view its data using the Pivot Grid. In this example, you will see how to specify...
View ArticleHow to store data to a local file using PhoneGap API
This example demonstrates how to store data to a local file using PhoneGap API. To access a corresponding API, it is necessary to add a link to the cordova.js file.This example can be tested only on a...
View ArticleHow to show color icons for labels and statuses in the Appointment Edit Form...
By default, the Show Time As and Label As popup menu items, and label and status editors in the Appointment Edit Form provide only a text description of the corresponding labels and statuses. This...
View ArticleHow to connect ASPxPivotGrid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services 2000, 2005, 2008, 2008 R2, 2012 and 2014), you can view its data using the ASPxPivotGrid control. In this example, you will see how to...
View ArticleHow to connect a Pivot Grid to an OLAP datasource
If you have a cube on the OLAP server (Microsoft Analysis Services 2000, 2005, 2008, 2008 R2, 2012 and 2014), you can view its data using the Pivot Grid. In this example, you will see how to specify...
View ArticleHow to bind a chart title to a content template
This example demonstrates how to use the data template for a chart title content.
View ArticleGridView - How to implement cascaded combo boxes in the EditForm
This example is an illustration of the KA18675: MVC ComboBox Extension - How to implement cascaded combo boxes KB Article. Refer to the Article for an explanation.
View ArticleHow to create a custom action type with a custom control in Web
This example demonstrates how to create a custom action that accepts two parameters (a DateTime range), how to extend the web ActionContainerHolder to create a custom action item with a complex...
View ArticleHow to: Load an External Window or UserControl into a DocumentPanel
You can define a Window, Page or UserControl in external XAML files and then, with DXDocking, load their contents into DocumentPanel objects.This example demonstrates how to load an external Window and...
View ArticleHow to use CSS to customize dashboard items in ASPxDashboardViewer
This example shows how to use CSS (Cascading Style Sheets) to change visual styles of dashboard items in ASPxDashboardViewer. The following settings are customized:- Font sizes used in the List Box and...
View ArticleHow to: customize item appearance on the Hidden Items tab in the...
This example demonstrates how to override a style for the HiddenItemsPanel control to show items on the Hidden Items tab as a tree.
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. Custom PropertyEditor classes for WinForms and ASP.NET based on...
View Article