Skip to main content

Add Actions to a Pop-up Window

A pop-up Window can contain a Detail or List View and Actions. Actions are displayed by Action Containers. If you need to add an action to a pop-up window, add it to the action container of a corresponding template. This topic describes which built-in templates are used to display pop-up windows. For instructions on how to display a window in response to an action, refer to the following topic: Ways to Show a View.

The following table shows Action Container availability in built-in pop-up templates:

Template name

Platform

Action Containers

PopupWindowTemplate

ASP.NET Core Blazor

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

Filters

PopupForm

Windows Forms

ObjectsCreation

Diagnostic

PopupActions

RecordEdit

View

Print

OpenObject

UndoRedo

Export

LookupForm

Windows Forms

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

DialogTemplateContent

ASP.NET Web Forms (Old Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

DialogTemplateContentNew

ASP.NET Web Forms (New Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

FindDialogTemplateContentNew

ASP.NET Web Forms (New Web UI)

ObjectsCreation

FullTextSearch

Diagnostic

PopupActions

Search

See Also