04-24-2018 12:34 PM
The legend tree, as displayed in the Legend-Pane of GMSC, is statically configurated on a by-project base and its data loaded by the RIA from the Metadata-Service on initialization.
Being able to wrap the Metadata-Service with a custom .NET implemention I am in need for a hook to implement a client-plugin (a JavaScript-Bridge) to safely reload and rebuild the feature-legend in the RIA without reloading the whole project e.g. based on a session setting which denotes the year, the legend-tree should be loaded for.
I wonder, if there is a known way to get this done?