RadControls for ASP.NET AJAX
Property which returns one-dimensional array representing a collection of client-side objects of type
GridTableView (all nested grid tables excluding the MasterTableView). The property is read-only.
Example:
CopyJavaScript
function getDetailTables() {
var grid = $find("<%=RadGrid1.ClientID %>");
var detailTablesArray = grid.get_detailTables();
}