So I\'m trying to use the flexigrid plugin. It looks like it\'s going to work great aside from the fact that it looks like you have to manually set the column widths. Otherwis
This one worked for me:
onSuccess : function(){ $('#flex1 > tbody').wrap(''); },
Add this to the flexgrid construction options. flex1 is your flexgrid div id.
Moshe.