jQWidgets Forums
jQuery UI Widgets › Forums › Grid › Aggregates and Scrollbar causing bottom row to cut off
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid
This topic contains 7 replies, has 2 voices, and was last updated by jacobraccuia 8 years, 2 months ago.
-
Author
-
When I have a horizontal scrollbar and aggregates showing, the bottom row gets cut off.
Pics below!
This also happens without aggregates, but its only a few pixels difference.
What code is relevant to help? I will follow up!
Hello jacobraccuia,
Thank you for the interest to our widget.
In shared examples are ok. If you measured them, you will see they have the same size.
This is a more optical illusion.
You could reduce the size of the container of the aggregates –statusbarheight: 30
.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi Hristo!,
I’m not sure I understand what you’re suggesting. I tried to reduce the aggregate height but it didn’t do anything. A value is dynamically being created on the #statusbar for
top
. When there is no scroll bar, the value is576
and when there is the scroll bar, its572
. If I make it 576, it pulls down the appropriate amount, but leaves a white gap where there is clearly supposed to be more grid!Thanks so much,
JacobHello Jacob,
Could you give us more details, which browser do you use, how to reproduce this issue?
If it possible, please, provide us an example.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comI’m using chrome or most of my testing. I will try to create a fiddle with this (bug)! thanks
This is not as cut off as it is in the screenshots i Posted below, but in this fiddle, the last row is cut off by a few pixels. (It’s as if there is a css class that gives the last row a smaller bottom padding).
Hello Jacob,
Thank you for your assistance we will investigate this.
I would like to suggest you try to setautoHeight: false
(as a temporary solution).Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThank you. It does fix the problem, but I’d rather it’s cut off a little. I need the grid to expand to unknown heights
-
AuthorPosts
You must be logged in to reply to this topic.