Re: Editable Grid using GWT ?

2008-12-17 Thread Haz
Hi Arthur, I appreciate your help. I will definitely try the editable grid & the gwt dnd project. Mean while do you want to take a look at my immature piece of code where i have tried to implement a drag & drop that didn't work as expected ? (The draggable object is moving in

Re: Editable Grid using GWT ?

2008-12-17 Thread Arthur Kalmenson
For an editable grid, take a look at the PagingScrollTable: http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=PagingScrollTable Drag and drop capabilities can be done with the gwt-dnd project: http://code.google.com/p/gwt-dnd/. I haven't tried it my

Editable Grid using GWT ?

2008-12-16 Thread Haz
I am trying to build an editable grid for a spreadsheet application. Can anyone suggest me a grid already available that serves my purpose (the grid should be resizable, editable, multiselectable, scrollable). If a good one is not available, i don't mind building one but do you guys know of any i