3.2.0

Cannot display grid with mozilla/firefox using xml table

Grid does not seem to be displayed when setURL method is used with a jsp page returning xml data, seems like it needs static xml document to be present on the server, please help
Howard
October 17,
If your jsp page works with IE but not mozilla/firefox than probably you are missing the explicit content-type declaration in the http header, like
Content-type: text/xml
Alex (ActiveWidgets)
October 17,
Howard,

You might want to take a closer look at your html surrounding your grid and compare it with the example grids. I had a similar problem where when I embedded the grid in an html table, specifying a table height of 100% fixed it.

<table align="left" height="100%" border="0" width="100%" cellspacing="1" cellpadding="1">

stuff
grid
more stuff

</table>
steve
October 21,

This topic is archived.

See also:


Back to support forum