Hi Stephan,

afaik it's easy to ovveride the rendering of a single column in Grid, but
it's hard to overide the rendering of a whole row. You could subclass Grid
and GridRows to get the desired behavior. Anoter option could be to put your
whole radiogroup in just one td and write a mixin that changes the markup in
afterRender to split up the clumn into several tds.

I can recall that Subclassing Grid and GridRow invloves quite an amount of
work and the mixin might look a bit dirty. Perhaps you should refrain from
using Grid and better implement your own component that suits your needs.

Cheers nillehammer

-----
http://www.winfonet.eu
--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Using-RadioGroup-inside-a-Grid-tp4629982p4630617.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to