Re: inmethod datagrid, ajax interactions between cells

2009-02-26 Thread Will Jaynes
Yes. That would addresses the specific example I sited, but not the general question I have. Suppose I wanted the other cell to turn yellow, or change it to a dropdown, or anything that affects the component, not necessarily the model. On Thu, Feb 26, 2009 at 2:40 PM, jcgarciam wrote: > > I have

Re: inmethod datagrid, ajax interactions between cells

2009-02-26 Thread jcgarciam
I haven't used inmethod datagrid yet but i guess i wont be different with another Wicket model component, so just clear the property of your Underlying model, that should be enough. Will Jaynes-4 wrote: > > I'm working with the inmethod datagrid. I would like to set up some ajax > interactions

inmethod datagrid, ajax interactions between cells

2009-02-26 Thread Will Jaynes
I'm working with the inmethod datagrid. I would like to set up some ajax interactions between cells within a row. For example, between two EditablePropertyColumns, if the user starts typing in one cell, having ajax blank out the other. There are a lot of methods one can override which provide the r