Right!

You have to override
https://github.com/wicketstuff/core/blob/master/jdk-1.7-parent/inmethod-grid-parent/inmethod-grid/src/main/java/com/inmethod/grid/column/editable/EditablePropertyColumn.java#L107
and attach such ajax behavior to the textfield on 'change'

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Thu, Oct 23, 2014 at 2:22 PM, lucast <[email protected]> wrote:

> Hi Steve,
> If I understand correctly, you would like to catch an ajax event fired from
> the cell when you click away.
>
> There are two ways you can do this, you can add an OnChangeAjaxBehavior()
> class to the file:
>
>
> Alternatively, you can add an AjaxEventBehavior to your object:
>
>
>
> I hope that helps,
> Lucas
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/EditablePropertyColumn-and-a-callback-to-save-tp4668048p4668049.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to