New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

editAllItems

Method which switches all GridDataItems in edit mode.

editAllItems()

Example:

JavaScript
function EditAllRecords() {
    var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
    masterTable.editAllItems();
}  
Not finding the help you need?
Contact Support