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

Gets or sets the client-side code to be launched after CallBack request. Property value can include variables $ComponentID$, $Command$ and $Parameter$, instead of which data is inserted.

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

Remarks

The Command value is one of the following values: 'InsertRow', 'UpdateRow', 'DeleteRow', 'GetEditForm', 'GetRows', 'UpdateCell', 'CallTheServer'. The Parameter is received in encoded form. To decode value, use the dg.DecodeValue(Value) JavaScript method.

See Also

APNSoftDataGrid Class | APNSoft.WebControls Namespace