Version

GridOptions Class Properties

For a list of all members of this type, see GridOptions members.

Public Properties
 NameDescription
Public PropertyAlternateRowStylesGets or sets a value indicating whether the alternating row styles are enabled (odd and even rows receive different styling).  
Public PropertyCaptionGets or sets a text description to be shown above the grid header.  
Public PropertyDefaultColumnWidthGets or sets the default width of the columns.  
Public PropertyEnableHoverStylesGets or sets a value indicating whether the hover styles are enabled.  
Public PropertyFeaturesGets or sets a list of grid features. The supported features are Selection, Resizing and Tooltips.  
Public PropertyFixedHeadersGets or sets a value indicating whether the headers are scrollable. If set to true only the grid data will be scrollable.  
Public PropertyTabIndexGets or sets the tab index of the grid main container element. IGridModel.TabIndex  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub