fame.razak
Posts: 0
Joined: Fri Aug 19, 2011 9:28 am

Grid not showing JSON data

I've added a JSON service to my project. When I test the connection, the response is good and I see data. But now I've bound the data to the controls and test the application, no data is shown in my output grid.

What am I doing wrong?
My project is here: http://gotiggr.com/project/16634/

Polina Antipova
Posts: 0
Joined: Fri Aug 27, 2010 7:59 am

Grid not showing JSON data

Hi Fame,

you should try the following:

  1. uncheck "Array" property for HotelListResponse
  2. uncheck "Array" property for HotelList
    for datasource in Response parameters mapping dialog:
  3. outputGrid is mapped to HotelSummary, not to HotelList
Polina Antipova
Posts: 0
Joined: Fri Aug 27, 2010 7:59 am

Grid not showing JSON data

If you are using json, your project will work only in Chrome with switched off web security.

fame.razak
Posts: 0
Joined: Fri Aug 19, 2011 9:28 am

Grid not showing JSON data

Thanks Polina for your response, that fixed it. switched to jsonp and it works.

Return to “Issues”