:: Forum >>

vertical scroll bar problem

hello,
The problem is that the horizontal scrollbar hides the last row when I show or hide a div elsewhere on the page.
I have read about this on topic http://www.activewidgets.com/javascript.forum.3609.3/horizontal-scrollbar-hides-last-row.html

In that topic anyone suggest to replace the

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN">
<html xmlns="http://www.w3.org/1999/xhtml">

by a simple

<html>

Doing this, the vertical scroll works ok but my web doesn ´t have any style (don´t apply my style rules).

I have other problem, I can´t show horizontal scrollbar, i try:
DGridProyectos.setScrollBars("both");
DGridClientes.setScrollProperty('bars','both');

but any works for me
TECNORA
Monday, April 28, 2008
Do you have a horizontal row borders? If yes (and you are using 'strict' doctype), you should reduce the row padding so that the row height remains the same -

#myGrid .aw-grid-row {border-bottom: 1px solid threedlightshadow;}

/* box model fix for strict doctypes, safari */
.aw-strict #myGrid .aw-grid-row {padding-bottom: 3px;}

Alex (ActiveWidgets)
Monday, April 28, 2008
I send you a mail with an image of screen
TECNORA
Wednesday, April 30, 2008
I send you an e-mail with a picture screen and other coments about this
TECNORA
Wednesday, April 30, 2008

This topic is archived.


Back to support forum

Forum search