Page 1 of 1

Fill a Grid

Posted: Fri Jan 25, 2013 8:06 pm
by Bernie

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?


Fill a Grid

Posted: Fri Jan 25, 2013 8:08 pm
by maxkatz

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


Fill a Grid

Posted: Fri Jan 25, 2013 8:16 pm
by Bernie

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


Fill a Grid

Posted: Fri Jan 25, 2013 8:28 pm
by maxkatz

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.