RadGrid for ASP.NET AJAX

RadControls for ASP.NET AJAX

Method which switches all GridDataItems in edit mode.

editAllItems()

Example:

CopyJavaScript
function EditAllRecords() {
    var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
    masterTable.editAllItems();
}