how to update database, when a row a deleted in the smartGwt ListGrid

2010-07-02 Thread GWT Groups
Hello Friends... Now i need your help.. I am working on SmartGwt Expendable Grid...I am using ListGrid Class to generate grid. i want to delete the row from the grid...and changes should reflect into my database..Please provide me some idea to do that... This is my code fragment...

Re: how to update database, when a row a deleted in the smartGwt ListGrid

2010-07-02 Thread Sean
You have to connect to your server (via RPC for example) and submit a DELETE query where the row is equal to what was in the listGrid. On Jul 2, 3:03 am, GWT Groups new.ankitj...@gmail.com wrote: Hello Friends... Now i need your help.. I am working on SmartGwt Expendable Grid...I am using