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

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

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