I'm trying to reside all my columns based on the values
for ( var c = 0; c < $( "#" + gridID ).igGrid( "option", "columns" ).length; c++ ) { $( "#" + gridID ).igGridResizing( "resize",c ); }
Though I need just a bit more, its cutting off my header. I can not fix the size to a number, is there any way to add padding?
Hi,
have you tried using the defaultColumnWidth option?
Thanks,
Angel
Hi Angel, I ended up finding a solution to this some time ago, ths for the reply though.