Hi Sam,

> I'm using a "flavor" of wijqgrid. I took wijqgrid as a base code and made
> major modifications to almost everything.
>

It is a pity some of those modifications never made it back into the
original:-(. But I'm still glad to hear the code was useful to you: at
least as a starting point.

What I would do in order to render arbitrary Wicket components is try
to implement some kind of "virtual" repeater that is not rendered with
normal page rendering  and that is used to render grid data (I had the
idea of looking into the logic that render components via AJAX and see
how to do something similar for grid data). These "virtual" components
will be attached to the grid so that they exist on the server side and
could handle events and so on. These are only ideas and haven't tried
to implement them: but I know it is possible because jWeekends
implementation already supports that.

Best,

Ernesto

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to