Populating selects from rest service
I have previously successfully populated selects from rest services, but there has always been only 2 columns in the response array.
This time I have 3 columns in my response array, two of which I map to a select. The other one is dealt with in the success event.
This is not working though, I see the returned json is good, but only the first row gets populated in the select.
Isn't it possible to do this? I don't want to have to get the data twice as it is all related and comes from one SQL query.