all groups > flash data integration > september 2006 >
You're in the

flash data integration

group:

DataGrid to DataSet field mapping


DataGrid to DataSet field mapping steanson001
9/18/2006 12:00:00 AM
flash data integration:
Hi,
I'm exploring various ways to get data into a DataGrid component from a remote
service.

I've managed to use DataGlue to map my results to different fields the
DataGrid, however what I'd like to do is use the component inspector to and
bindings. The Problem i have is that I want to display only certain fields.
so in the remoting connector i have this set up

conn::results.items.[n].id => grid::dataProvider.[n].identifier

Now I would assume that my grid would show the id in the results returned but
it doesn't.
I've seen a lot of posts on this so I know there are a lot of others puzzled
by this.

Any help much appreciated Steve :)

Re: DataGrid to DataSet field mapping forumnotifier
9/18/2006 12:00:00 AM
Also
conn::results.items.[n].@id => grid::dataProvider.[n].@identifier
doesn't seem to work either
AddThis Social Bookmark Button