AxpDataGrid

AxpDataGrid.EditConfirmDeleteString Property

If set, the user will get a confirmation prompt containing this string when the Delete button is clicked.

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

Property Value

Typically set to "Are you sure you want to delete this record?". Default is a blank string, meaning that the user does not get a confirmation prompt.

Remarks

The user will get a Client Side javascript Confirm message containing the string if it is set.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace