InstanceWindow

The InstanceWindow component is used to display an instance in a popup window for easy editing, so you don’t need to leave the page you’re currently on to make an edit to another instance.

The parameters passed to this component are:

  • MyInstance (type FormBuilder)
  • InstanceGUID (type Guid)
  • UseCustomWindowTitle (type bool)
  • WindowTitle (type string)
  • DisposeComponent (type EventCallback<DotNetObjectReference<InstanceWindow>>)

While using the InstanceWindow you can navigate to any other instance. Common actions on the command bar such as Done, Delete, etc., will perform their expected actions then navigate to their parent instance unless the current instance is the initial instance that was loaded when the window was first opened, in that case the popup window will be closed.

This component is used within various components that use a Telerik Grid control (most notably GI_ChildList). When an item in a grid is right-clicked some options will appear, one of which possibly being Open Instance. Selecting that option will open that instance in the popup window.

Updated on January 8, 2024

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment