Marcelo
Posts: 0
Joined: Wed Mar 06, 2013 4:42 pm

How to append service results to the grid, instead of replacing current rows?

is it possible to append rest service results to the grid, instead of replacing current rows?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to append service results to the grid, instead of replacing current rows?

Hi Marcelo,

After you map array to Grid, all the Grid content will be replaced when invoking Rest Service. New rows can't be added to Grid.

Marcelo
Posts: 0
Joined: Wed Mar 06, 2013 4:42 pm

How to append service results to the grid, instead of replacing current rows?

Thanks for confirming it, Katya. That's what I thought.

bahar.wadia
Posts: 0
Joined: Wed Aug 07, 2013 2:05 am

How to append service results to the grid, instead of replacing current rows?

Ok.

If I wanted to append service results, how would I do that?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to append service results to the grid, instead of replacing current rows?

Hi Bahar,

There are two ways to do it:

1) Use an extra Grid for service results.
2) Save all service results in a variable, add a pre-set data to it and pass this variable in a Generic service.

I would recommend that you use the first way.

Return to “Issues”