You can try with a FormPanel displayed in a Window object. Form.loadRecord() and Form.updateRecord() methods should help. [formPanel.getForm()]
If you want to update the data of a particular row in the grid, pass the corresponding record object to the form. Else pass a new record to the form and insert in into the grid after user has entered the data. -- Abhijeet. On Wed, Oct 15, 2008 at 3:48 PM, Sam <[EMAIL PROTECTED]> wrote: > > Hi , > I am a newbie to GWT-EXT. I want to have a pop up window which will > take some input from the user and when user clicks on submit button , > it should updat the table row with the data that the user has entered. > (This pop up window should open on click of a button on table. ) Can > anyone please tell me the way to achive this functionality. Is there > any way I will get a hold over all the data that the user has entered > in the pop up window. Or do I need to manually capture all the data > that the user has entered. > Any white paper , any link will greatly be appriciated > Thanks > Samir > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
