Set frozen (non-scrollable data) rows below the header band.
Future<void> setFrozenRowCount(int n) async { await _configure(GridConfig()..layout = (LayoutConfig()..frozenRows = n)); }