Click or drag to resize

HTMLFormGroup Method (Object, DataGrid, TempDataDictionary)

Gives HTML code for data displayed formatted by Bootstrap in two columns (label and value) configuration by Data Grid View

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string FormGroup(
	Object pData,
	DataGrid pDataGrid,
	TempDataDictionary pTempData = null
)

Parameters

pData
Type: SystemObject
Set Display HTML code by ToHTMLDisplay(Object, String, DataGridDataTypes, String, String, String, String, TempDataDictionary)
pDataGrid
Type: SOWIData.ManagementDataGrid
Parameters for Editor and Form
pTempData (Optional)
Type: TempDataDictionary
Data type (pDataType) List supported type of List based of IDataStandard

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIWeb.Helper.HTML.FormGroup(System.Object,SOWIData.Management.DataGrid,System.Web.Mvc.TempDataDictionary)"]

See Also