Method which switches all GridDataItems in edit mode.
editAllItems()
Example:
function EditAllRecords() { var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView(); masterTable.editAllItems(); }