Click or drag to resize

MapperUtilsUseInplaceDrilldown Method

Feature helper function for how to handle datasheet drilldowns where the datasheet has PopupDetail set.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool UseInplaceDrilldown(
	IAppContext cxt,
	string mop,
	out InplaceDialogAttrs attrs,
	out ComponentInfo popupTemplate
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
mop
Type: SystemString
The drilldown target MOP.
attrs
Type: NetQuarryInplaceDialogAttrs
Options to pass to the OpenIWin() javascript call.
popupTemplate
Type: NetQuarryComponentInfo
The override template to use, if any.

Return Value

Type: Boolean
True if in-place popup should be used, else false.
See Also