RadControls for ASP.NET AJAX Property which retrieves the HTML element of the insert item opened inside the grid table view.
Example:
CopyJavaScript
function getTableViewInsertItem() {
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
var insertedItem = masterTable.get_insertItem();
}