Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains methods used to control the display and output format of data used within a grid control.
For more information about the JS Grid control, refer to: JS Grid Control.
Classes
Class | Description | |
---|---|---|
![]() |
BaseGridColumn | A base class providing properties and serialization functionality to classes implementing grid columns. |
![]() |
CellStyle | Contains properties for formatting cells. |
![]() |
Change | Represents a collection of related updates to the grid. |
![]() |
FieldOrder | This class contains information necessary to sort a column. |
![]() |
FieldOrderCollection | Represents a collection of FieldOrder objects. |
![]() |
FilterComparisonOperator | Provides functionality for comparing values when filtering in the grid. |
![]() |
GanttBarStyle | Defines a Gantt bar style for use in a JSGrid control Gantt chart. |
![]() |
GanttStyleInfo | Contains properties and functionality that determine the formatting of the bars that are contained in a Gantt chart. |
![]() |
GridColumn | Represents the visual aspect of a column to be displayed in the grid. |
![]() |
GridField | Represents a field of data in the grid. |
![]() |
GridSerializer | Serializes configuration information and data for the Microsoft.SharePoint.JSGrid into a JavaScript Object Notation (JSON) string. |
![]() |
GridSerializer.SerializedChange<T> | Indicates that the user has made a change. |
![]() |
GridSerializer.SerializedProp | Represents the serialized json describing a change that originates from somewhere other than the user. For example a range validation is a GridSerializer.SerializedProp. |
![]() |
GridSerializer.SerializedUpdate<T> | The members of this namespace or class are reserved for internal use and are not intended to be used directly from your code. |
![]() |
GroupBy | A field by which to group data in the grid. |
![]() |
GroupingNode | A node by which others can be grouped. |
![]() |
HierarchyNode | Represents a hierarchical node in the grid. |
![]() |
Hyperlink | Contains the hyperlink address and display information. |
![]() |
InsertRecordUpdate | Represents an update operation that consists of inserting a record. |
![]() |
LookupTypeInfo | Represents a property type based on a lookup table. |
![]() |
LookupTypeItem | Represents a lookup table value. For instance, one of the rows that would appear in a combo box for a lookup table valued cell. |
![]() |
OutlineLevelUpdate | An update to the outline level of a record. |
![]() |
PagingFilter | Indicates to a JsGrid which records to serialize and send down to a Web client. |
![]() |
PivotedGridColumn | Represents a pivot grid column that will appear in JSGrid. |
![]() |
Prop | Represents one cell in the grid. |
![]() |
PropUpdate | This class represents an update to an individual cell. |
![]() |
Range | An object used to represent a range of integer values. |
![]() |
RemoveRecordUpdate | Represents the removal of a record in the grid. |
![]() |
SliceUpdate | Represents an update to the serializer’s data that occurs after the data has been sliced but before it has been serialized. |
![]() |
Update | Represents a single update to the grid. A Change object represents a collection of related updates. |
Interfaces
Interface | Description | |
---|---|---|
![]() |
IFilterExpressionUtility | Get the value representing the IFilterExpressionUtility. |
![]() |
ILink | A link to be displayed between records in a Gantt chart. |
Delegates
Delegate | Description | |
---|---|---|
![]() |
CellPropTypeIdRetriever | A delegate representing a method to retrieve the property type identifier associated with a cell. |
![]() |
FilterComparisonOperator.MultiValueComparer | A delegate representing a method to compare multiple values. |
![]() |
FilterComparisonOperator.SingleValueComparer | A delegate representing a method to compare two values. |
![]() |
KeyDeserializer | A delegate representing a method to deserialize a key. |
![]() |
ObjectBuilderFromLocalized | A delegate that creates an object from a localized value to an object, based on a row and fieldKey. |
![]() |
ObjectBuilderFromSerialized | Builds an object from a serialized value and property type identifier. |
![]() |
PopulateGroupingRows | A delegate representing a method to populate grouping rows in a grid. |
![]() |
PostFilterUpdate | A delegate representing an operation that will be done on filtered dataset prior to serialization. |
![]() |
ValueComparer | This is the default implementation used by grid fields with no custom comparer delegate set. |
![]() |
ValueLocalizer | A delegate representing a method to localize a data value. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
BarEndShape | Specifies the shape that is displayed on either end of a Gantt bar. |
![]() |
BarPattern | Specifies a pattern for the background of a Gantt bar. |
![]() |
BarShape | Used to indicate the size, shape, and location of a given gantt bar. |
![]() |
BarShapePattern | Indicates that the bar shape is displayed as filled or hollow. |
![]() |
EditMode | This enumerator provides settings used to specify whether the cells contained in a record or field should allow editing. |
![]() |
LinkType | Specifies the dependency relationship between two rows in a Gantt chart. |
![]() |
PaneLayout | Specifies the chart to display; gird only, grid and gantt chart, or grid and pivoted grid. |
![]() |
SerializeMode | Specifies which elements of the configuration and data of the grid will be serialized. |
![]() |
TextDirection | Indicates the direction of characters in the grid control. |
![]() |
Update.UpdateType | Represents the types of updates that the JS Grid control supports. |