Click or drag to resize

PFItemHtmlHelperUtilsGetGridviewEditableRow Method

Generates Html of a gridview editable row representing a 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 static PFOperationResult GetGridviewEditableRow(
	PFItem item,
	PFView currentView,
	PFGridViewSettingsData_Items settings,
	List<string> fieldsNames,
	List<string> fieldsSizes,
	List<string> readOnlyFields,
	string sourceUrl,
	PFTranslations translations,
	GetControlHtmlMethod getControlMethod,
	GetDisplayHtmlMethod getDisplayHtmlMethod
)

Parameters

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

Return Value

Type: PFOperationResult
See Also