as i have said make a table layout with textboxes....the data boxes are textboxesbut with setreadonly(true) and with sethidelabel(true)...the others with labels hidden only... insert everything within a frompanel..set also autoscroll(true) on the formPanel but i frankly believe that is more simply an editorgridpanel.....and that you are near to waste your time....but the time is your :)... bye pat
2009/8/24 Sushmita Reddy <[email protected]> > Hi Pat, > Thanks for the reply. I want to display text boxes in column along with > data. below is my requirement. > I want to have grid with 5 columns. 3 columns displays data and 2 columns > has text boxes. I want to update the data which the user enters in the text > box. > > here is the samle requirement.. > > *col1* *col2 col3 > col4 col5* > data data textbox textbox data > data data textbox textbox data > data data textbox textbox data > data data textbox textbox data > > Please let me know how can I do it. Thanks in advance for any help. > > Thanks, > Susmitha. > > > On Sun, Aug 23, 2009 at 10:27 AM, Patrizio De Michele <[email protected] > > wrote: > >> it seems to me that you don't want a grid but a set of textboxes disposed >> as a grid.... you can use a tablelayout.... >> bye pat >> >> 2009/8/22 Sushmita <[email protected]> >> >> >>> Hi, >>> I am new to GWT-Ext. I want to add a text box to grid. I saw the >>> example of editable grid, but the text box shows up only when we click >>> on it. I want to show the text box as soon as I see the grid. Please >>> let me know how can I do it. >>> >>> Thanks, >>> Susmitha. >>> >>> >>> >> >> >> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
