Click or drag to resize

PFItemHtmlHelperGetGridviewEditableRow Method

Generates html of a gridview editable row representing the current PFItem.

Result will contain Html or Error, set in the operation result tag.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFOperationResult GetGridviewEditableRow(
	PFView currentView,
	string sourceUrl,
	List<string> fieldsNames,
	List<string> fieldsSizes,
	List<string> readOnlyFields,
	PFGridViewSettingsData_Items settings,
	GetControlHtmlMethod getControlMethod,
	GetDisplayHtmlMethod getDisplayHtmlMethod
)

Parameters

currentView
Type: Packflow.CorePFView
sourceUrl
Type: SystemString
fieldsNames
Type: System.Collections.GenericListString
fieldsSizes
Type: System.Collections.GenericListString
readOnlyFields
Type: System.Collections.GenericListString
settings
Type: Packflow.InterfacePFGridViewSettingsData_Items
getControlMethod
Type: Packflow.InterfaceGetControlHtmlMethod
getDisplayHtmlMethod
Type: Packflow.InterfaceGetDisplayHtmlMethod

Return Value

Type: PFOperationResult
See Also