|
ludwigl
|
 |
« on: July 30, 2010, 06:05:53 AM » |
|
Hello,
the display of the caption of a group row in a treegrid does not work in InternetExplorer 8 (works fine in Firefox 3.6.8).
Please see the attached pictures and/or run the example in IE:
append((new linb.UI.TreeGrid) .host(host,"treegrid2") .setDock("none") .setTop(100) .setHeight(100) .setHeader([{"id":"col1", "width":80, "type":"input", "caption":"col1"}, {"id":"col2", "width":80, "type":"label", "caption":"col2"}, {"id":"col3", "width":80, "type":"label", "caption":"col3"}]) .setRows([{"id":"a", "caption":"01234567890123456789", "group":true, "cells":null}]) );
Is it possible to fix this?
With best regards,
Ludwig
|