Name | Description | |
---|---|---|
PivotGrid Constructor | Creates one PivotGrid instance. |
The following tables list the members exposed by PivotGrid.
Name | Description | |
---|---|---|
PivotGrid Constructor | Creates one PivotGrid instance. |
Name | Description | |
---|---|---|
AllowMerging | Overridden. Gets or sets which parts of the grid provide cell merging. | |
AllowResizing | Gets or sets whether users are allowed to resize rows and/or columns with the mouse. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
AllowSorting | Gets or sets whether users are allowed to sort columns by clicking the column header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
AlternatingRowStep | Gets or sets a value that determines the number of regular rows between 'alternating' rows. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
AutoScroll | Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
AutoSearch | Gets or sets a value that determines whether the grid should search for cells as the users types into read-only cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
CellsTemplate | Gets the templates for the content cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
CenterHeadersVertically | Gets or sets a value that determines whether the content of header cells should be vertically centered. | |
CloneFrozenCells | Gets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
CollapsibleSubtotals | Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns. | |
ColumnHeadersTemplate | Gets the templates applied in the column header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) | |
CssClass | Gets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control) | |
CssStyles | Gets the CSS style applied in the control. (Inherited from C1.Web.Mvc.Control) | |
CustomContextMenu | Gets or sets a value that determines whether the grid should provide a custom context menu. | |
DefaultColumnSize | Gets or sets the default size of columns in the column collection. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
DefaultRowSize | Gets or sets the default size of rows in the row collection. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
ErrorTip | Gets the error tooltip of FlexGrid. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Extenders | Gets the extender collection. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
FrozenColumns | Gets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
FrozenRows | Gets or sets the number of frozen columns. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
HeadersVisibility | Gets or sets a value that determines whether the row and column headers are visible. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
HeaderTemplate | (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Height | Gets or sets the height of the control. (Inherited from C1.Web.Mvc.Control) | |
HtmlAttributes | Gets the HTML attributes. (Inherited from C1.Web.Mvc.Control) | |
Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) | |
IsDisabled | Gets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control) | |
IsReadOnly | Overridden. Gets or sets whether the user can edit the grid cells by typing into them. | |
IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control) | |
ItemFormatter | Gets or sets a formatter function used to customize cells on this grid. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
ItemsSourceId | Overridden. Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. | |
ItemValidator | Gets or sets a validator function to determine whether cells contain valid data. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
KeyActionEnter | Gets or sets the action to perform when the ENTER key is pressed. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
KeyActionTab | Gets or sets the action to perform when the TAB key is pressed. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientAutoSizedColumn | Occurs 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>) | |
OnClientAutoSizedRow | Occurs 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>) | |
OnClientAutoSizingColumn | Occurs 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>) | |
OnClientAutoSizingRow | Occurs 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>) | |
OnClientFormatItem | Occurs when an element representing a cell has been created. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientGotFocus | Occurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientItemsSourceChanged | Occurs after the grid has been bound to a new items source. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientItemsSourceChanging | Occurs after the grid has been bound to a new items source. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientLoadedRows | Occurs after the grid rows have been bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientLoadingRows | Occurs before the grid rows are bound to the data source. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientLostFocus | Occurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control) | |
OnClientRefreshed | Occurs after the control has refreshed its contents. (Inherited from C1.Web.Mvc.Control) | |
OnClientRefreshing | Occurs when the control is about to refresh its contents. (Inherited from C1.Web.Mvc.Control) | |
OnClientResizedColumn | Occurs when the user finishes resizing a column. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientResizedRow | Occurs when the user finishes resizing rows. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientResizingColumn | Occurs as columns are resized. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientResizingRow | Occurs as rows are resized. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientScrollPositionChanged | Occurs after the control has scrolled. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientSelectionChanged | Occurs after selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientSelectionChanging | Occurs before selection changes. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientSortedColumn | Occurs after the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientSortingColumn | Occurs before the user applies a sort by clicking on a column header. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientUpdatedLayout | Occurs after the grid has updated its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientUpdatedView | Occurs when the grid finishes creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientUpdatingLayout | Occurs before the grid updates its internal layout. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OnClientUpdatingView | Occurs when the grid starts creating/updating the elements that make up the current view. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
OutlineMode | Gets or sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays. | |
PreserveSelectedState | Gets 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>) | |
QuickAutoSize | Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
RowHeaderPath | Gets or sets the name of the property used to create row header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
RowHeadersTemplate | Gets the templates applied in row header cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
ScrollPosition | Gets or sets the position of the grid's scrollbars. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Selection | Gets or sets the current selection. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
SelectionMode | Gets or sets the current selection mode. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Selector | Gets or sets the selector to macth the dom element(s) which the control is attached to. (Inherited from C1.Web.Mvc.Control) | |
ShowColumnFieldHeaders | Gets or sets a value that determines whether the grid should display column field headers in its top-left panel. | |
ShowDetailOnDoubleClick | Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell. | |
ShowDropDown | Gets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
ShowMarquee | Gets 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>) | |
ShowRowFieldHeaders | Gets or sets a value that determines whether the grid should display row field headers in its top-left panel. | |
ShowRowFieldSort | Gets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields. | |
ShowSelectedHeaders | Gets 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>) | |
ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
ShowValueFieldHeaders | Gets or sets a value that determines whether the grid should display value field headers in its content panel even when the view has a single value field and a single column field. | |
SortRowIndex | Gets 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>) | |
StickyHeaders | Gets or sets a value that determines whether column headers should remain when the user scrolls the window. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
TemplateBindings | Gets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control) | |
TopLeftCellsTemplate | Gets the templates for the topleft cells. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
UniqueId | Gets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control) | |
VirtualizationThresholds | Gets or sets the minimum number of rows and/or columns required to enable virtualization. (Inherited from C1.Web.Mvc.FlexGridBase<object>) | |
Width | Gets or sets the width of the control. (Inherited from C1.Web.Mvc.Control) |
Name | Description | |
---|---|---|
Render | Render the component result to the writer. (Inherited from C1.Web.Mvc.Control) | |
ToHtmlString | Returns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component) |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |