Hello,
I have the following structure for my XML –
where fetchData is my “root” and “fetch” is the row. The problem is cell values are the attributes – Id, Number, Name and the fact that they are not child nodes of the fetchData element. Is there a way to parse such XML format in my grid?
I made the following:
xmlReader: { root : “fetchData”, row: “fetch”} …and..
colModel:[ {name:”a”, xmlmap:”[ArgHdId]”}, {name:”b”,xmlmap:”[Number]”}, {name:”c”, xmlmap:”[Name]”}]
Please help me with this tricky problem 🙁
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top