Click or drag to resize

PFItemControllerPFItemTypeNotifySourceGridViewForUpdate Method

Notifies the source gridview that an update is available. The gridview will then refresh if no inline edition is in progress.

Do not use during inline actions, it would be useless.

Currently used when items are created with the "Tab" creation mode of the gridview.

Note: only works if the parameter SourceGridViewId is available in the query string.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected void NotifySourceGridViewForUpdate()
See Also