SMART datagrid v.1 > Classes > GridView

Back  Forward

DataLudi.GridView.expandAll  method

Expand all group rows. It is the same as the code below. 

grid.expand(null, true, true);
function expandAll ();
Returns
Void
Code -1
    $('#expandAll').click(function (ev) {
        grid.expandAll();
    };
See Also
expand
collapseAll
collapse
Exapmles
Row Grouping