WebGrid Properties

Include Protected Members
Include Inherited Members

The WebGrid type exposes the following members.

Properties

  Name Description
Public property AjaxUpdateCallback Gets the name of the JavaScript function to call after the HTML element that is associated with the WebGrid instance has been updated in response to an Ajax update request.
Public property AjaxUpdateContainerId Gets the value of the HTML id attribute that marks an HTML element on the web page that gets dynamic Ajax updates that are associated with the WebGrid instance.
Public property CanSort Gets a value that indicates whether the WebGrid instance supports sorting.
Public property ColumnNames Gets a collection that contains the name of each data column that is bound to the WebGrid instance.
Public property FieldNamePrefix Gets the prefix that is applied to all query-string fields that are associated with the WebGrid instance.
Public property HasSelection Gets a value that indicates whether a row in the WebGrid instance is selected.
Public property IsAjaxEnabled Returns a value that indicates whether the WebGrid instance can use Ajax calls to refresh the display.
Public property PageCount Gets the number of pages that the WebGrid instance contains.
Public property PageFieldName Gets the full name of the query-string field that is used to specify the current page of the WebGrid instance.
Public property PageIndex Gets or sets the index of the current page of the WebGrid instance.
Public property Rows Gets a list that contains the rows that are on the current page of the WebGrid instance after the grid has been sorted.
Public property RowsPerPage Gets the number of rows that are displayed on each page of the WebGrid instance.
Public property SelectedIndex Gets or sets the index of the selected row relative to the current page of the WebGrid instance.
Public property SelectedRow Gets the currently selected row of the WebGrid instance.
Public property SelectionFieldName Gets the full name of the query-string field that is used to specify the selected row of the WebGrid instance.
Public property SortColumn Gets or sets the name of the data column that the WebGrid instance is sorted by.
Public property SortDirection Gets or sets the direction in which the WebGrid instance is sorted.
Public property SortDirectionFieldName Gets the full name of the query-string field that is used to specify the sort direction of the WebGrid instance.
Public property SortFieldName Gets the full name of the query-string field that is used to specify the name of the data column that the WebGrid instance is sorted by.
Public property TotalRowCount Gets the total number of rows that the WebGrid instance contains.

Top

See Also

Reference

WebGrid Class

System.Web.Helpers Namespace