Click or drag to resize
BasicDataGridOnSortCommand Method
OnSortCommand event handler. It sorts data by selected column.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected override void OnSortCommand(
	DataGridSortCommandEventArgs e
)

Parameters

e
Type: System.Web.UI.WebControlsDataGridSortCommandEventArgs
See Also