DHTMLX Docs & Samples Explorer

expandGroup(val)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid_group.js

expand group of rows

  • val - value to use to determine what group to expand (in other words this should be value common for all of them)
   //expand 'John Grisham' group
   mygrid.expandGroup('John Grisham')

See also: expandAllGroups