APNSoft Controls [4.5.2.20] - API Reference
DataGridEventArgs.GridRowKeyValue Property

Gets or sets a value of the key field in selected record. This property is commonly used in a handler for an event, such as InsertCommand or UpdateCommand, to set a new key value for the selected record. It helps component to highlight appropriate row after INSERT/UPDATE.

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

See Also

DataGridEventArgs Class | APNSoft.WebControls Namespace