Click or drag to resize

TreeGridContainerEvent:gridClick Method

Occurs when the mouse pointer is over the grid cell and a mouse button is pressed.
JavaScript
clientControlsFactory.on(control, "gridClick", gridClick);

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function Event:gridClick(rowId, columnIndex);

Parameters

rowId
Type: string
columnIndex
Type: int
See Also