How To Trigger Dashboard Refresh from SQLTableEditor Save Data Server Task (Save button)
The SQLTableEditor in question is used for user interactive CRUD pertaining to Rates used in a calculation.
Use Case:
I have a SQLTableEditor that holds rates. When the table Save button is clicked, A BR saves the rates and runs a calculation. The results of the calculation are displayed in an adjacent dashboard containing a DataGrid. The DataGrid needs to be refreshed after the Save button is clicked.
Question:
How do I configure the SQLTableEditor to refresh the adjacent dashboard on clicking the Save Button, in a way similar to configuring the "Save Action" of other components?
Thanks db_pdx
I do have an extra button to refresh my table. This extra button confusing to the users. Its not a natural UX action to click a Save button and then have to click an update button. Save should do the updating. The point of this is I should not need an extra button to refresh the ui after clicking a save button.