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
)
Public Shared Function FormGroup (
pData As Object,
pDataGrid As DataGrid,
Optional pTempData As TempDataDictionary = Nothing
) As String
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