Page 1 of 1

Reverse the order of results

Posted: Sun Jan 06, 2013 9:36 am
by Renjith V

Is there a way to add the results from a REST call in the reverse order to a grid?


Reverse the order of results

Posted: Sun Jan 06, 2013 6:00 pm
by maxkatz

You could manipulate the JSON returned in JavaScript (not simple).. or modify the service to return data in the order that you need.