Why does this not work?
$( "#" + gridID ).width( 50 );
or
$( "#" + gridID ).igGrid("width", "50");
and I if set a size greater then the view my columns do auto size ( stretch ) but the grid stays the same size .
oh...
$( "#" + gridID ).igGrid( "option", "width", "50" );
ok I got it.