Supported properties and events
Forms and controls in a .NET application have an extensive set of properties and events. Dynamic rendering for the Microsoft Dynamics GP web client supports a subset of these properties and events for the form and supported controls. The tables in the following section list the properties and events that are supported.
Hint: If your integrating application relies on properties or events that aren't in the supported list, you may have to re-work your integration to get the desired functionality for the web client.
Property support
The properties for the .NET form and controls are accessed in three situations during the lifetime of the form or control:
- At the time the form or control is created. The values of supported properties are transferred from the server to the Silverlight form on the web client.
- When the property for the form or control is updated on the server. For some of the supported properties, the property value is transferred from the server to the Silverlight form on the web client.
- When the property for the form or control is updated on the web client. For a limited number of the supported properties, the property value is transferred from the Silverlight form to the server.
Event support
The supported events for the .NET form and controls are accessed in two situations during the lifetime of the form or control:
- When the event occurs on the server. The event may be invoked on the Silverlight form on the web client.
- When the event occurs on the web client. The event may be invoked on the server.