:: Forum >>

Bottom row not visible after grid.refresh()

I'm a paying customer that recently upgraded to AWG 2.5.1 and noticed that the bottom row in my grid is no longer visible after I call refresh(). I know the row is still there since I can navigate to it using the keyboard but it has fallen off the scrollable area.

A prompt reply would be greatly appreciated since I have already announced Safari support for my product and have been receiving complaints for my customers.

Thanks in advance,
Jose
Jose de Castro
Monday, February 18, 2008
If you have horizontal gridlines (row border) and you are using strict doctype, check that the row bottom padding is reduced to compensate for the border width -

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

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


If this does not help - please post sample code and/or instructions how to reproduce the problem.
Alex (ActiveWidgets)
Monday, February 18, 2008

This topic is archived.


Back to support forum

Forum search