Base solution for your next web application
Open Closed

Dynamically re-position Widgets in Customizable Dashboards #9975


User avatar
0
wilson.wong created
  • What is your product version? 9.3.0
  • What is your product type (Angular or MVC)? angular
  • What is product framework type (.net framework or .net core)? .net core

This is a question about the Customizable Dashboard feature.

We currently have a customizable dashboard with a few widgets that are set to display based on permissions assigned to the current user. When users do not have the correct permissions, we would like to hide and rearrange the other widgets in the dashboard to occupy the space left open by the hidden widget(s).

Is there a means by which we can programmatically reorganize the widget(s) positions on the dashboard? We have defined the default positioning of the widgets in our code (app.core/configuration/AppSettingProvider.cs). Is there a way to update the dashboard widget positions dynamically?


1 Answer(s)
  • User Avatar
    0
    musa.demir created

    We do not have such an implementation for now.