3.2.0

Bottom Several Rows Cut Off (AW v1)

Sorry guys for being a dinosaur, but I've been using Version 1 on my intranet site at work and am extremely pleased with the results, with the exception of ONE problem I'm having.

The bottom row is being cut off visually, and the last 4 records in my SQL statement/recordset are not even being displayed. The horizontal bar on the bottom is never displayed. I'll see if I can post a screenshot of my error, and then, pending any possible help, I can post my code if need be.

Thank you in advance for any advice/help on this matter!
Dave Miller
June 13,
Here's the image....I'll try to link as an img, but if it doesn't work I'll just post a direct URL...

[img]http://www.crzydjm.com/images/aw_sshot.GIF[/img]

[url]http://www.crzydjm.com/images/aw_sshot.GIF[/url]
Dave Miller
June 13,
This looks like the grid height is larger than the remaining space on the page. Maybe you should try reducing the grid height?
Alex (ActiveWidgets)
June 13,
Alex;

Thanks for the prompt reply! Which tag (I'm looking in xp/grid.css) are you referring to? Is it being determined by a percentage, and NOT a pixel size?

Also, worth mentioning...The records returned were company info so that's why I blurred them out in my ghetto-fab manner...
Dave Miller
June 13,
Default grid width and height is set to 100% in v1. To change this you should add height into some style block -

<style>
.active-controls-grid {
    height: 300px;
}
</style>
Alex (ActiveWidgets)
June 13,
Thank you so much for the assistance!

Just as a test, I modified the "height" tag in the style sheet (xp/grid.css) and changed it like you mentioned. Things look great now!

Thank you, anybody who may be reading this, I'd consider Alex's solution the answer to my problem, fyi.

Thanx again.
Dave Miller
June 13,

This topic is archived.

See also:


Back to support forum