How to get cell text (with an XML datasource)
First off, an excellent piece of work. Congrats!
I would like to know how would one be able to get a cell text/value when the datasource is an xml dataset. What I am trying to do is for all the selected rows, I am able to get the index or values. But I need to get the value available in the first or second column of selected rows.
If its an array, then while setting properties, I can use obj.setProperty("data/text", function(i, j) {...}); How do I do an equivalent of this if the data model is data. [obj.setDataModel(data)]. Please explain.
Thanks,
I would like to know how would one be able to get a cell text/value when the datasource is an xml dataset. What I am trying to do is for all the selected rows, I am able to get the index or values. But I need to get the value available in the first or second column of selected rows.
If its an array, then while setting properties, I can use obj.setProperty("data/text", function(i, j) {...}); How do I do an equivalent of this if the data model is data. [obj.setDataModel(data)]. Please explain.
Thanks,
knoll
June 3,