You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by ulrik <ul...@gmail.com> on 2008/11/14 18:18:56 UTC

inmethod grid question

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: inmethod grid question

Posted by ulrik <ul...@gmail.com>.
Hi,

Thank you! I will give it a try.
I'll get back with the result


Matej Knopp-2 wrote:
> 
> Hi,
> 
> something like this should work:
> 
> grid.markItemDirty(itemThatHasChanged);
> grid.update();
> 
> -Matej
> 
> On Fri, Nov 14, 2008 at 6:18 PM, ulrik <ul...@gmail.com> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/inmethod-grid-question-tp20504817p20506542.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: inmethod grid question

Posted by Matej Knopp <ma...@gmail.com>.
Hi,

something like this should work:

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

-Matej

On Fri, Nov 14, 2008 at 6:18 PM, ulrik <ul...@gmail.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org