3.2.0

Assigning image to aw.grid headers won't work for me.

Does anyone know if an image assigned to the grid header actually works. I've tried every scenerio supplied in the forum and none work. Below is an example scenerio. I've tried every combination. The following desplicts an all around scenerio: Thanks


#myGrid {height: 400px; width: 750px; color:#000000; background-image:url(/img/bluebg.jpg)}
.aw-header-0 .aw-item-box {background:#cdcdcd;border-bottom-color:#c4c4c4; background-image:url(/img/bluebg.jpg)}
.aw-header-0 .aw-grid-header {background:#b7b7b7!important;border-bottom-color:#adadad; background-image:url(/img/bluebg.jpg)}
.aw-gpanel-center { background: url(/img/bluebg.jpg);;
}

Petesakes
October 21,
#myGrid .aw-grid-header {background: url(image.jpg)!important}
#myGrid .aw-grid-header .aw-item-box {background: none; border: none}

Don't forget to assign the grid id with

grid.setId("myGrid");
Alex (ActiveWidgets)
October 22,

This topic is archived.

See also:


Back to support forum