3.2.0

Blank row header doesn't stretch across whole grid

Hi,

We use the grid to run reports, so there is a dynamic amount of columns/column widths. When the page loads it displays a blank datagrid which remains at a constant, fixed, height and width. We just downloaded v2.0.1 as we were glad to see we could use standards compliant doctypes. So I replaced v2.0 with the new version. Everything displayed fine.

Then I switched my doctype:

From:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 

To:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


The problem now is that, using standards compliant mode, the 'blank' header doesn't go across the whole grid. If there are two columns which only take up half the datagrid, the rest of the (previously) blank header only stretches about 150px or so, then it's just white.

I hope that makes sense - has anybody else run into this issue?

Many Thanks,

T
TKoffee
June 20,
That's a bug :-(. The following CSS should fix it -

.aw-grid-control .aw-column-space {
    width: 3333px;
}
Alex (ActiveWidgets)
June 20,
I'm having the same issue and the fix isnt working for me. any suggestions?
Adam
August 23,
Sorry about that it does work, I added the css to the wrong file.
Adam
August 30,

This topic is archived.

See also:


Back to support forum