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

expandAllGroups

Method which expands all groups. It receives an optional parameter indicating which group level should be expanded.

Example:

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