I am just starting to look at Flexigrid. We have an entire application framework in ExtJS, which is great, but we have seen that the grid is a little slower performing...so we saw Flexigrid as a possible alternative that we can integrate into our ExtJS framework.
One really basic question...I have a panel in ExtJS where the old ExtJS grid was placed. Two of the parameters I was able to set was layout: 'fit', and forceFit: true, which would expand the height/width of a grid to fill the panel. Does anyone know of a similar way using the Flexigrid to expand the height/width of a grid to fill a panel/parent element/page?