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

Mapping Json to Grid

As Airports returns a string, create an array from it and then get the first element. You do this response mapping JavaScript.

code
var out = value.split(",");
return out;
/code

Return to “Issues”