Loading from xml data island and asigning row IDs
Hi,
how can I assign a row id to every row when loading the grid from inline xml ? Later on, how can I select a specific row using its id?
I need to process a xml data island like:
<companies>
<company id="MS">
<name>Microsoft</name>
<category>Software manufacturer</category>
</company>
<company id="SUN">
........
how can I assign a row id to every row when loading the grid from inline xml ? Later on, how can I select a specific row using its id?
I need to process a xml data island like:
<companies>
<company id="MS">
<name>Microsoft</name>
<category>Software manufacturer</category>
</company>
<company id="SUN">
........
Daniel Vanesse
December 12,