Version

PivotGrid Method

Renders the specified pivot grid model.
Overload List
OverloadDescription
PivotGrid(PivotGridModel)Renders the specified pivot grid model.  
PivotGrid(PivotGridModel,IDictionary<String,Object>)Renders the pivot grid with the specified pivot grid model and html attributes.  
PivotGrid(PivotGridModel,Object)Renders the pivot grid with the specified pivot grid model and html attributes.  
PivotGrid(String,PivotGridModel)Renders the pivot grid with the specified id and model.  
PivotGrid(String,PivotGridModel,IDictionary<String,Object>)Renders the pivot grid with the specified id, model and html attributes.  
PivotGrid(String,PivotGridModel,Object)Renders the pivot grid with the specified id, model and html attributes.  
PivotGrid()Creates a wrapper to chain initialization properties on for the igPivotGrid control.  
PivotGrid(IDictionary<String,Object>)Creates a wrapper to chain initialization properties on for the igPivotGrid control and sets its html attributes.  
PivotGrid(Object)Creates a wrapper to chain initialization properties on for the igPivotGrid control and sets its html attributes.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub