For a list of all members of this type, see GridOptions members.
| Name | Description | |
|---|---|---|
![]() | AlternateRowStyles | Gets or sets a value indicating whether the alternating row styles are enabled (odd and even rows receive different styling). |
![]() | Caption | Gets or sets a text description to be shown above the grid header. |
![]() | DefaultColumnWidth | Gets or sets the default width of the columns. |
![]() | EnableHoverStyles | Gets or sets a value indicating whether the hover styles are enabled. |
![]() | Features | Gets or sets a list of grid features. The supported features are Selection, Resizing and Tooltips. |
![]() | FixedHeaders | Gets or sets a value indicating whether the headers are scrollable. If set to true only the grid data will be scrollable. |
![]() | TabIndex | Gets or sets the tab index of the grid main container element. IGridModel.TabIndex |
| Name | Description | |
|---|---|---|
![]() | Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub