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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected override void OnSortCommand(
	DataGridSortCommandEventArgs e
)

Parameters

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