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

collapseAllGroups

Method which collapses all groups. It receives an optional parameter indicating which group level should be collapsed.

Example:

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