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

Gets or sets the client-side code to be launched when a row is double-clicked. Property value can include variables $ComponentID$, $RowID$, $ColumnName$ and $CellValue$, instead of which data is inserted.

[Visual Basic]
Public Property ClientSideOnRowDblClick As String
[C#]
public string ClientSideOnRowDblClick {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