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 :)
forumnotifier - 18 Sep 2006 09:00 GMT
Also
conn::results.items.[n].@id => grid::dataProvider.[n].@identifier
doesn't seem to work either
S