:: Forum >>

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
Sunday, October 17, 2004
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)
Sunday, October 17, 2004
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
Thursday, October 21, 2004

This topic is archived.


Back to support forum

Forum search