3.2.0

HTML in grid cell will not display in IE

I have embedded an HTML table in an AW.UI.Grid object. The cell is formatted as AW.Formats.HTML. It works in FF, but not in IE. Thanks in advance for any suggestions.
Christie
June 14,
That might be because the html table is a block element. Try adding -

.aw-grid-cell table {
display: inline;
}
Alex (ActiveWidgets)
June 14,

This topic is archived.

See also:


Back to support forum