Skip to main content

refreshDataSource

Parameters

1. controlId - (optional) id of the control, that you want to reload. If this is empty, all controls with datasources are refreshed.

Example Usages

   brixxApi.refreshDataSource("myControlId"); //Refreshes just "myControlId"
   brixxApi.refreshDataSource(); //Refreshes all Controls with a DataSource in the app