Table of Contents
getContextItem Method 

Returns the item that currently has the context menu displayed.

Syntax
JavaScript
 Grid.getContextItem()
Remarks

When you handle ClientSideOnContextMenu and display a context menu for the item, that item is remembered and can be returned by this function.

This function only returns the item when the context menu is visible. The function returns null once the context menu is closed.

See Also