Access child RadGrid footer in NestedViewTemplate
问题 I have a RadGrid with expandable rows, where each expanded NestedViewTemplate contains a RadGrid. The child RadGrids have a visible footer and a few columns (I've included one, "DtlTransAmount"): <NestedViewTemplate> <asp:Panel ID="pnDetailItems" runat="server" > <telerik:RadGrid ID="rgDetailItems" runat="server" ShowFooter="true" Width="1675px" AutoGenerateColumns="false" AllowPaging="false" OnItemDataBound="rgDetailItems_ItemDataBound" ... > <MasterTableView> <Columns> <telerik