Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
Fixed height grid with few rows
posted

I have a grid whose height is set on server side while it loads. The grid also have filtering which will show few rows (less than 5) when filter applied.

The problem is when the filter is applied and the grid height is unchanged, the rows span over the available height of the grid with more space between the rows. I want to avoid this space and have all the rows together. If any one knows a solution, please help.