New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
editAllItems
Updated over 6 months ago
Method which switches all GridDataItems in edit mode.
| editAllItems() |
|---|
Example:
JavaScript
function EditAllRecords() {
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.editAllItems();
}