Re: Deleting the contents of a GWT DataGrid Widget

2012-01-23 Thread vaibhav jain
Hi, Can you please mail me some example of data grid having sorting ,paging and editable columns features,I am new to GWT and haven't found any example in java doc. Thanks in advance. Regards, Vaibhav On Jan 6, 2:08 pm, Thomas Broyer t.bro...@gmail.com wrote: dataProvider.getList().clear() ?

Re: Deleting the contents of a GWT DataGrid Widget

2012-01-07 Thread Bill M
Thanks. I actually got figured that one out yesterday! Hey, have you used the DataGrid object? Would you know if it is possible for this widget to grow in size if you drag the browser to make it bigger? (i.e. User wants to see if more rows in the display) Thanks! Bill On Jan 6, 4:08 am,

Re: Deleting the contents of a GWT DataGrid Widget

2012-01-06 Thread Thomas Broyer
dataProvider.getList().clear() ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HOfjz7paNO8J. To post to this group, send email to

Deleting the contents of a GWT DataGrid Widget

2012-01-05 Thread Bill M
Hi, Would like to know if there is a direct way to delete ALL the rows of the new DataGrid Widget -part of release GWT 2.4, or is the only way to do it is by maintaining a handle to some Collection you may have previously loaded into the Table, and then doing something like this to delete the