The following tables list the members exposed by Sorting.
Name | Description | |
---|---|---|
Sorting Constructor |
Name | Description | |
---|---|---|
element | Returns the element assoicated with the item. (Inherited from Infragistics.Web.UI.GridBehavior) | |
events | (Inherited from Infragistics.Web.UI.GridBehavior) | |
id | (Inherited from Infragistics.Web.UI.GridBehavior) | |
isInitialized | (Inherited from Infragistics.Web.UI.GridBehavior) | |
isUpdating | (Inherited from Infragistics.Web.UI.GridBehavior) | |
name | Gets the name of the behavior. (Inherited from Infragistics.Web.UI.GridBehavior) | |
sortedColumns | Returns an array with the columns that are currently sorted. | |
sortedColumnsInfo | Returns a json array, with the column names and the sort directions the WebDataGrid is being sorted by. Could be used only for client-side sorting when EnableClientRendering property is set to true. The column parameter indicates the column WebDataGrid is sorted by, key parameter gives the column name, sortDirection shows the direction of sorting, it could be ascending or descending and singleSorting is a parameter of type bool, it's true value indicates that the last sorting is perform by a single column, the false value means sorting by multiple columns. | |
sortingMode | Returns the sorting mode. Corresponds to the server's SortingMode enumeration: 0 - Single, 1 - Multi. |
Name | Description | |
---|---|---|
addSortColumn | Add a column to be sorted without posting back to the server. | |
applySort | Post back to the server to apply sorted columns. | |
applySortIndicator | Could be used only for client-side sorting when EnableClientRendering property is set to true. This method will display the correct sort indicator for the given column, depending on the value of the sortDirection. | |
beginUpdate | (Inherited from Infragistics.Web.UI.GridBehavior) | |
clear | Clears the sorted columns collection and removes the sort indicators off the headers. The order of the rows remains unchanged. | |
dispose | Disposes of the Sorting behavior. | |
endUpdate | (Inherited from Infragistics.Web.UI.GridBehavior) | |
getEditingOn | Gets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.GridBehavior) | |
getSortDirection | Returns a column's sort direction. The method can be used to check if the column is sorted. The returned value corresponds to the server's SortDirection enumeration: 0 - None, 1 - Ascending, 2 - Descending. | |
initialize | (Inherited from Infragistics.Web.UI.GridBehavior) | |
raisePropertyChanged | (Inherited from Infragistics.Web.UI.GridBehavior) | |
sortColumn | Sorts a column. | |
updated | (Inherited from Infragistics.Web.UI.GridBehavior) |
Name | Description | |
---|---|---|
disposing | (Inherited from Infragistics.Web.UI.GridBehavior) | |
propertyChanged | (Inherited from Infragistics.Web.UI.GridBehavior) |