Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Fill a Grid

I do have a mobilegrid with a mobilelabel in it.
Now I have a restservice with multiple data entries.

How can I fill the label with javascript (no GUI mapping) to show all entries on the screen?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Fill a Grid

Run the service and show the data in the grid but without using the built in mapping feature?

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Fill a Grid

Yes. Actually I need to filter the data of a given restservice.
I could not figure out how to do this with the built in mapping feature.

Using javascript I can filter the data.entries, but I don't know how to prevent those filtered entries showing up in my mobilegrid

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Fill a Grid

User service's complete success callback. You get the data there returned by the server. From there you would need to manipulate the DOM to show the data.

Return to “Issues”