Click or drag to resize

ThinDetailRendererApplyGrouping Method

Apply GroupBox grouping to the fields. Basically we iterate through all the GroupBox fields, and for each we find the fields assigned to the GroupBox and remove the field's control from its parent control and insert it into the GroupBox (FieldSet).

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ApplyGrouping(
	IMapper map
)

Parameters

map
Type: NetQuarry.DataIMapper
The mapper.
Remarks
Since .Net requires the page to have all its controls in place early in the life cycle of the page we need to do the grouping before the mapper has been bound to the page and therefore before the fields have been mapped to their controls.
See Also