I have a component that is explicitly meant for being used within a grid
cell and I'd like to default it's parameter to the current grid row. The
problem is that there is nothing set in the environment to give you
access to the row so you have to inject the grid component and then
provide a getter which casts grid.getRow() to your type. Is there a way
to get the current row value another way so that I can have my parameter
default?

-- 
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to