This can only be done by using JavaScript — but it requires a bit of work. 
You'd need to write some code that saves the selected items in a JavaScript 
object and also make the grid that is pageable here do the loading of its 
content with Ajax. After that, you can have a look at how multiple selected 
rows are submitted to symfony and mimick this behavior — this doesn't have to 
be done via Ajax because you'd want to see the flash message and so on. So, you 
see, this is not trivial. (:


Cheers, Daniel

PS: Have a look at the sfGridPlugin, maybe you can use that as inspiration or a 
starting point. But all of this depends on what JavaScript framework you'll be 
using.

Sent from my iPhone

On Jul 16, 2010, at 4:54 PM, Winnie <chaiseenb...@gmail.com> wrote:

> Hello all,
> 
> Is it possible to select items on different pages ( page 1 and page 2
> for example ) then apply a batch action on them?
> 
> Don't answer "why you don't make the bacth on each actions" because
> the batch action must be done after all items selected.
> 
> I cant show them on the same page too because there are too many rows.
> 
> 
> Please help me....
> Thanks
> 
> -- 
> If you want to report a vulnerability issue on symfony, please send it to 
> security at symfony-project.com
> 
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to