Hi everybody,
I am coming here in hope for an answer to a situation I am having at with a Grid widget. I would like to use this widget to display xml data in an iframe. The iframe would contain the grid and a few buttons below the grid for UI actions.
I ran into three problems:
- first problem, solved: the xml file has a very weird way of referencing fields. Instead of :
* either <row><field1>value-of-field1</field1> (no attribute map needed)
* or <row field1="value-of-field1" field2="...></row> (attribute map with syntax "row.field1":"@field1")
