Hi,

something like this should work:

grid.markItemDirty(itemThatHasChanged);
grid.update();

-Matej

On Fri, Nov 14, 2008 at 6:18 PM, ulrik <[EMAIL PROTECTED]> wrote:
>
> Hello
>
> I have the editable TreeGrid from Inmethod, on my page.
> Lets say that I update a value (programatically) in the model of a row in
> the grid..how do I update the grid with ajax? I do not wan't to reload the
> page, or repaint the whole grid. I just wan't to update that specific row.
> --
> View this message in context: 
> http://www.nabble.com/inmethod-grid-question-tp20504817p20504817.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to