Hello Stefan, I'm not sure if you have read the docs of jqGrid, but with a little effort you can simulate this with jqGrid. I suppose you have enclose the grid in div, then you can use onresize to calculate the new width and height of the element and use the setGridWidth and setGridHeight methods to resize the grid. I hope this helps Regards Tony
On Jan 7, 10:49 am, "Stefan Sturm" <stefan.s.st...@googlemail.com> wrote: > Hello, > > I'm searching a DataGrid PlugIn. But I can't find, what I'm looking for :-( > > I need one feature badly: > The Grid should use the complete content panel. So it needs to resize > the width and height, when the browser resizes. > I took a look at flexigrid andjqGrid. But they don't have a feature > like this... > > Perhaps someone can help me out on this. > > Greetigns, > Stefan Sturm