So in the previous version a empty result set would show as a two column table but with no records? When you retrieve the web service result check if it is just an empty root element. If it is send a dummy xml string to the island and see if that displays properly.
Example of dummy string:
Code:
<root><order><id/><name/></order></root>
If this still shows as one record I don't know what to do. I have sworn never to use Sheridan stuff after all the hassles we have had with their licensing system :).
It obviously worked with an empty recordset using your old code so you could produce one using the xml but it seems like a lot of work. What advantages does the data grid give you?
Joe (MVP - xml)