AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageGrid..::..grdItems_RowDrop Method

Builds the post-drop ordering and raises OnReordered. Walks the destination table view, swapping the dragged and target rows according to GridItemDropPosition, and emits the new sequence as Items. No-ops when the drop occurs on an external HTML element.

Namespace:  AdvantageCMS.Web.UI.Admin
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


protected void grdItems_RowDrop(
	Object sender,
	GridDragDropEventArgs e
)

Parameters

sender
Type: Object
The grid raising the event.
e
Type: GridDragDropEventArgs
Telerik drag-drop event arguments.