Reload widget after closed popup windows

Issue #159 resolved
Ronan Wang created an issue

When I closed the popup window, the grid or chart would reload. Can we set if we would like to reload the data after closed popup?

Comments (3)

  1. Tat Seng Wong

    We have some big view, this pop up and load caused the view to recalculate ranging from 2 seconds to 15+ seconds, pretty annoying for the users, some popup is for information only, therefore not really required for this refresh, but seems like no option to change this behaviour.

  2. Ada Trajer

    The issue has been resolved in the latest version with new advanced option:

    "modalsView": {

    "autoRefreshOnClose": false

    }

  3. Log in to comment