|
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. |