Search This Blog
Monday, December 14, 2015
DashboardView - Allowing end-users to delete created dashboards via the application UI
In v15.2.4 we have added the DeleteDashboardsController which provides the DeleteDashboard Action. This Action is located in the Tools category and invokes a popup dialog with a list of all dashboard views defined in the user's model differences.
In this popup you can select one or more dashboards and click Delete to remove them. The DeleteDashboardsController.CanDeleteParentGroup property specifies whether or not the dashboard's parent group is deleted when you remove the last dashboard in this group.
The DeleteDashboard Action is active when there are dashboards that can be deleted and the EnableCreation property of the Options | Dashboards node is set to true in the Application Model.
You can find more information on this XAF feature in the online docs here:
eXpressApp Framework > Task-Based Help > How to: Display Several Views Side-by-Side
eXpressApp Framework > DevExpress.ExpressApp > DashboardView
eXpressApp Framework > DevExpress.ExpressApp > DashboardView
P.S.
Beware of the small issue (ArgumentException) related the use of this feature in certain scenarios (already fixed for v15.2.5).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment