Then the grid component should know what to send to the server side;-)
That's completely similar to the example I showed with AJAX slider
(slider sends positions to server side). Your grid will have to
iterate over the rows "state" (on client side) put that information
into a parameter and send it to the server side (and on the server
side do whatever you deem necessary  with that information).

Best,

Ernesto

On Fri, Jun 11, 2010 at 1:41 PM, MattyDE <ufer.mar...@gmail.com> wrote:
>
> And how could i do this?
>
> I dont want to reload the grid or anything. I just want to KNOW whats
> "happen" on client-side... in some scenarios...
>
> in My Example:
>
> the user filters the grid totally client-side. But the Filter-Plugin should
> tell my gridview-Component WHICH lines are still visible (ID-List)...
>
> Any hints?
>
> Thanks!
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-Ajax-Event-on-Component-with-Parameters-tp2251592p2251674.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to