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

showInsertItem

Method which switches the grid in insert mode and displays the insertion form.

showInsertItem()

Example:

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