APNSoft Controls [4.5.2.20] - API Reference
APNSoftDataGrid.ClientSideOnContextMenuRow Property

Gets or sets the client-side code to be launched before the context menu for rows is displayed. Property value can include variables $ComponentID$, $RowID$, $CellValue$ and $ContextMenu$, instead of which data is inserted. The $ContextMenu$ is a DIV element with context menu data.

[Visual Basic]
Public Property ClientSideOnContextMenuRow As String
[C#]
public string ClientSideOnContextMenuRow {get; set;}

Remarks

The CellValue is received in encoded form. To decode value, use the unescape() JavaScript method.

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace