After several attempts to get a solution I ask you to get me a working example which uses the following scheme:
[code]
Test [/code]It should have the following combo xml
[code]<?xml version="1.0" encoding="UTF-8"?>
and the following grid data:
<?xml version="1.0" encoding="UTF-8"?>
<rows>
<row id="1">
<cell>A-Town</cell>
</row>
<row id="2">
<cell>A-Town</cell>
</row>
<row id="3">
<cell>B-Stadt</cell>
</row>
<row id="4">
<cell>Dorf</cell>
</row>
<row id="5">
<cell>A-Town</cell>
</row>
</rows>
From your example and documentation I can’t understand what to do.
Please help.
Karl