RiaInstantFeedbackDataSource - How to show included entity field data in...
This example shows how to create a new custom View that will include data from two dependent data tables.Let's assume you need to show the Orders table content in DXGrid using the...
View ArticleASPxGridView - Search Panel - How to search and highlight text placed in the...
The Search Panel can find text only from visible grid columns. So, it is necessary to create a column with a field that contains a PreviewRow. It is possible to hide it using the CSS...
View Article[OBSOLETE] How to specify dashboard parameter values on the client side
The following example demonstrates how to specify dashboard parameter values on the client side.In this example, the ASPxClientDashboardViewer.ReloadData method reloads data in the data sources and...
View ArticleHow to provide in-place editors for row headers in a vertical grid
This example demonstrates how to manually draw an editor in row headers and activate them on a mouse click. To implement this functionality in a project, it’s necessary to:- Add the DrawEditorHelper...
View ArticleHow to create and show a badge notification icon like in iOS
This example illustrates how to use internal DXLayeredWindowEx class to show a layered window within a control. Badge animation and handling a click event on a badge is not supported.Question...
View ArticleWinForms SchedulerControl API
This example demonstrates how to manage WinForms Scheduler control programmatically.The application includes several RichEditControls at the top used to display and edit the code and SchedulerControl...
View ArticleASPxGridView - Batch Editing - How to cancel editing or disable the editor...
This example demonstrates how to cancel editing or disable the editor conditionally for the grid when batch editing is in use. It is possible to execute your logic either on the client or server side...
View ArticleCustom form, custom fields and custom actions on reminder alert
The problem:I have scanned the support center issues and couldn't find a answer. Here is what I want to do:1) Create an appointment with custom fields and an alarm 2) Add occurrence for that...
View ArticleHow to prevent the Group Row from being selected
This example demonstrates how to allow a user to select only data rows when the GridView is grouped by any columns.Question CommentsAdded By: Sebastian Walden at: 5/21/2015 1:26:40 AM Problem with...
View ArticleHow to place LayoutPanel into the Group, GroupBox, or Tabbed group
By default DXDocking doesn't allow you to place LayoutPanels to the GroupBox or Tabbed group. This example demonstrates how to create a custom LayoutGroup descendant to override this behavior.To learn...
View ArticleHow to place LayoutPanel into the Group, GroupBox, or Tabbed group
By default DXDocking doesn't allow you to place LayoutPanels to the GroupBox or Tabbed group. This example demonstrates how to create a custom LayoutGroup descendant to override this behavior.To learn...
View ArticleHow to: Use DependencyPropertyBehavior
This example demonstrates how to use the DependencyPropertyBehavior.Review this documentation topic to learn more.To learn more on how to implement similar functionality in WPF, refer to the T122997...
View ArticleHow to: Use DependencyPropertyBehavior
This example demonstrates how to use the DependencyPropertyBehavior.Review this documentation topic to learn more.To learn more on how to implement similar functionality in Silverlight, refer to the...
View ArticleHow to implement CRUD operations using DXGrid and eXpress Persistent Objects
This example shows how to use XPInstantFeedbackSource or XPServerCollectionSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special...
View ArticleHow to change the editor style within BarEditItem
This example demonstrates how to change the style (foreground, font size, etc.) of an editor within BarEditItem.To learn more on how to implement similar functionality in Silverlight, refer to the...
View ArticleHow to implement CRUD operations using DXGrid and eXpress Persistent Objects
This example shows how to use XPInstantFeedbackSource or XPServerCollectionSource with DXGrid, and how to implement CRUD operations (e.g., add, remove, edit) in your application via special...
View ArticleHow to change the editor style within BarEditItem
This example demonstrates how to change the style (foreground, font size, etc.) of an editor within BarEditItem.To learn more on how to implement similar functionality in WPF, refer to the E3408 example.
View ArticleHow to activate panels via ViewModel
This example shows how to activate a panel via two-way binding in the BaseLayoutItem.IsActive property. After changing an active panel, a corresponding ViewModel is activated. And after changing the...
View ArticleHow to activate panels via ViewModel
This example shows how to activate a panel via two-way binding in the BaseLayoutItem.IsActive property. After changing an active panel, a corresponding ViewModel is activated. And after changing the...
View ArticleHow to: Build a dock UI using the MVVM pattern
This example shows how to build a dock UI using the MVVM pattern.To learn more on how to implement similar functionality in Silverlight, refer to the T245345 example.Question CommentsAdded By: David...
View Article