ASP.NET MVC Controls
PivotGrid Class Members
Properties  Methods 

The following tables list the members exposed by PivotGrid.

Public Constructors
 NameDescription
Public ConstructorPivotGrid ConstructorCreate one PivotGrid instance.  
Top
Public Properties
 NameDescription
Public PropertyAllowResizingGets or sets whether users are allowed to resize rows and/or columns with the mouse. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyAllowSortingGets or sets whether users are allowed to sort columns by clicking the column header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyAutoSizeModeGets or sets which cells should be taken into account when auto-sizing a row or column. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyCellsTemplateGets the templates for the content cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyCenterHeadersVerticallyGets or sets a value that determines whether the content of header cells should be vertically centered.  
Public PropertyCollapsibleSubtotalsGets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns.  
Public PropertyColumnHeadersTemplateGets the templates applied in the column header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyComponentsGets the child components. (Inherited from C1.Web.Mvc.Component)
Public PropertyCssClassGets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyCssStylesGets the CSS styles. (Inherited from C1.Web.Mvc.Control)
Public PropertyCustomContextMenuGets or sets a value that determines whether the grid should provide a custom context menu.  
Public PropertyExtendersGets the extender collection. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyFrozenColumnsGets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyFrozenRowsGets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyHeadersVisibilityGets or sets a value that determines whether the row and column headers are visible. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyHeightGets or sets the height of the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyHtmlAttributesGets the HTML attributes. (Inherited from C1.Web.Mvc.Control)
Public PropertyIdGets or sets the component id. (Inherited from C1.Web.Mvc.Component)
Public PropertyIsDisabledGets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control)
Public PropertyIsTemplateGets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control)
Public PropertyItemFormatterGets or sets a formatter function used to customize cells on this grid. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyItemsSourceIdOverridden. Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.  
Public PropertyOnClientAutoSizedColumnOccurs after the user auto-sizes a column by double-clicking the right edge of a column header cell. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientAutoSizedRowOccurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientAutoSizingColumnOccurs before the user auto-sizes a column by double-clicking the right edge of a column header cell. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientAutoSizingRowOccurs before the user auto-sizes a row by double-clicking the bottom edge of a row header cell. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientFormatItemOccurs when an element representing a cell has been created. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientGotFocusOccurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control)
Public PropertyOnClientItemsSourceChangedOccurs after the grid has been bound to a new items source. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientLoadedRowsOccurs after the grid rows have been bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientLoadingRowsOccurs before the grid rows are bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientLostFocusOccurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control)
Public PropertyOnClientResizedColumnOccurs when the user finishes resizing a column. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientResizedRowOccurs when the user finishes resizing rows. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientResizingColumnOccurs as columns are resized. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientResizingRowOccurs as rows are resized. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientScrollPositionChangedOccurs after the control has scrolled. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientSelectionChangedOccurs after selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientSelectionChangingOccurs before selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientSortedColumnOccurs after the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientSortingColumnOccurs before the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientUpdatedLayoutOccurs after the grid has updated its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientUpdatedViewOccurs when the grid finishes creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientUpdatingLayoutOccurs before the grid updates its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyOnClientUpdatingViewOccurs when the grid starts creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyPreserveSelectedStateGets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyRowHeadersTemplateGets the templates applied in row header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyScrollPositionGets or sets the position of the grid's scrollbars. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertySelectionGets or sets the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertySelectionModeGets or sets the current selection mode. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertySelectorGets or sets a value which specifies the selector. (Inherited from C1.Web.Mvc.Control)
Public PropertyShowDetailOnDoubleClickGets or sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell.  
Public PropertyShowMarqueeGets or sets a value that indicates whether the grid should display a marquee element around the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyShowRowFieldSortGets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields.  
Public PropertyShowSelectedHeadersGets or sets a value that indicates whether the grid should add class names to indicate selected header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyShowSortGets or sets whether the grid should display sort indicators in the column headers. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertySortRowIndexGets or sets the index of row in the column header panel that shows and changes the current sort. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyStickyHeadersGets or sets a value that determines whether column headers should remain when the user scrolls the window. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyTemplateBindingsGets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control)
Public PropertyTopLeftCellsTemplateGets the templates for the topleft cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>)
Public PropertyUniqueIdGets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyWidthGets or sets the width of the control. (Inherited from C1.Web.Mvc.Control)
Top
Public Methods
 NameDescription
Public MethodRenderRender the component result to the writer. (Inherited from C1.Web.Mvc.Control)
Public MethodToHtmlStringReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Extension Methods
 NameDescription
Public Extension MethodToTemplate(IHtmlString)Render the html string in template mode.
Top
See Also

Reference

PivotGrid Class
C1.Web.Mvc.Olap Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback