3.2.0

gridlines

Hi,
I'm having an issue in mozilla with displaying gridlines. I have a grid that scrolls to the right for 40 cols. In mozilla the gridlines display when you first display the grid but as you scroll to the right the gridlines within the grid do not appear. This isnt a problem in IE???

It looks like they exist but the colour is off. Does anyone no the css rule for setting the colour of the gridlines.

Thanks
Beano
August 23,
I just found that this is actually my bug :-) Here is the fix:

.active-templates-row.gecko {
    display: -moz-box;
    width: auto;
    min-width: 100%;
}
Alex (ActiveWidgets)
October 14,
Alex,

I am back to the web work that was abandoned a few months back.
When I last was doing this work I created a way to expand a row to show details. At that time my example showed simple text as the details. I am now trying to display a grid that contains the details for a row. In I.E. it works just fine BUT in the "Mozilla and the like") browsers when I display a grid within a grid I get just one row of data, even when there should be multiple rows. The odd thing here is that I see numbered rows, but all of the data appears horizonally in the first row.

If I remove the patch that you specify above then this problem goes away BUT the gridline problem exists.

Is there something I can do to fix both ?

Here is an example: http://www.secretagentsband.com/aw/examples/grid/testRowExpansion.html

Frank Gualtieri
Frank Gualtieri
July 14,

This topic is archived.

See also:


Back to support forum