RadControls for ASP.NET AJAX This property returns the MasterTableView instance for the respective grid client object.
Example:
CopyJavaScript
function getMasterTableView() {
var grid = $find("<%=RadGrid1.ClientID %>");
var masterTableView = grid.get_masterTableView();
}