Adding a Silverlight window to the project
When you are using custom rendering for your integration, you must create the Silverlight window that is displayed on the web client. You also create the entire layout for the window. To make this process easier, a Microsoft Dynamics GP Silverlight Window can be added to your Silverlight project. To add one of these windows to your project, complete the following procedure.
Add a new item.
In Visual Studio, choose Add New Item from the Project menu.
Select the Microsoft Dynamics GP Silverlight Window.
In the list of template, choose a Microsoft Dynamics GP Silverlight Window.
Name the new window.
Give the window a name that is appropriate for how it will be used.
Add the new window.
Click Add to add the new window to the project.
Specify the window properties.
Set the necessary properties for the new window. You will want to set the following properties:
Title This property specifies the title that is displayed in the window.
Height This is the height of the window. It should be explicitly set, and should match the value of the DesignHeight property.
Width This is the width of the window. It should be explicitly set, and should match the value of the DesignWidth property.
Create the layout for the window.
Using standard Silverlight design practices, create the layout for the window.