DaltonPimmel / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

maintain current height of grid while reloading when height is set to auto #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set flexigrid height property to auto
2. do sear

What is the expected output? What do you see instead?
- i wouldn't say its expected, but rather wanted.  however, as expected, when 
the height property is a fixed size the grid reloads in the window fine.  

- but when the height is set to auto the grid reloads and the container holding 
the grid will also resize and it looks jerky.

- the question is how to get the current size of the bDiv, and keep it that 
size so when reloading the grid it doesn't resize its container as well.

and it should only resize when the results per page is not what it was set to 
before (i.e. set to 15, and a search shows 5 results... not when set to 15, and 
we press the next page). 

Original issue reported on code.google.com by Holdem.C...@gmail.com on 7 Jul 2011 at 9:18