Both, FlexTable and Grid are inheriting removeRow() method from
HTMLTable. Notice what row user wants to delete, send an RPC-request,
delete the row in the database and if everything is ok use removeRow()
to delete the row in your client. Is that what you are looking for?

On 8 Okt., 08:55, Sam <[EMAIL PROTECTED]> wrote:
> Hello all,
> I have created a table with checkboxes in GWT and on click of a button
> I am trying to delete the selected row there by using RPC . I managed
> to delete the row from the database but the actual table contents are
> not getting updated . Can anyone please tell me the way by which I can
> refresh my table or atleast the page on which this table is. Any white
> paper , any link will greatly be appreciated.
> Thanks
> Samir
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to