Open this page in the API Guide

BaseViewViewService.refreshPropertyGrid Method

Refreshes the property grid. This needs to be called after properties are changed on the business object, as the property grid will not be aware.
 

Parameters

selectionProperties

Type: Object
(optional) The selection information to populate the property grid with. Structure:
     objectDescriptor            [type: dundas.controls.ObjectDescriptor]        - (optional) The object descriptor of the main adapter's properties (not a sub-object's).
     relatedContextData          [type: dundas.view.controls.RelatedContextData] - (optional) The related context data for sub-properties.
 

Optional: True