expands a group of rows
val | string | value used to determine what group to expand (a common value for all rows in the group) |
Available only in PRO Edition
//expand 'John Grisham' group
myGrid.expandGroup('John Grisham')
Back to top