Hi, with Firebug I'm going deep into the problem.
In the file grid.subgrid.js at line 132:
$(sgmap.root+”>”+sgmap.row, sjxml).each( function(){
I have
$('rowset>elenco', sjxml).each( function(){
I inspect sjxml object and it has the correct xml document but each() is not execute.
With http://www.woods.iki.fi/interactive-jquery-tester.html I tested that the selector rowset>elenco is correct. So where is the problem.
Many thanks.