refreshDimSelections(dimKeys: Number|Array);
dimKeys. Optional parameter. Contains keys of the dimensions whose selection is to be refreshed. By default all the dimensions are refreshed.
The refreshDimSelections method refreshes selection in specified dimensions.
Executing the example requires that the HTML page contains the EaxPropertyBar component named eaxPropBar (see Example of EaxPropertyBar and EaxGrid Components Collocation). Then refresh selections in all dimensions:
// Refresh selections in all dimensions eaxPropBar.refreshDimSelections();
After executing the example selections in all dimensions are refreshed.
See also: