Docs
API
  • expandGroup([groupName: String])

    It is used only for Grouping Rows.

    Expands grouped rows.
    If group is not provided than all groups will be expanded.

    Example

    
    grid.expandGroup('country');
    

    See also

    Method collapseGroup