PDA

View Full Version : Ext GWT : Reordering columns functionality in a Grid



jammysehgal
4 Dec 2008, 4:59 PM
Hello,
We used Ext-JS to build a great front-end for our last project.
Now, we have started development on a new project and this time we have decided to utilize a GWT base framework because of two reasons: 1) our company wants to avoid hand-coding javascript 2) GWT makes server-client communication real easy.

One component that we really need in our new application and hence has a significant influence on our decision is the Editable Grid component.
We require an Editable Grid component that is equivalent to the Ext JS component in terms of functionality.
I noticed that the one that you guys have in your showcase does not allow re-ordering columns. I'm not sure whether its a feature that is missing in the api or only missing in the showcase.

We also have a requirement to be able to save the layout of the grid as XML/JSON and retrieve/apply it, something that we were able to do in Ext JS.

Please clarify.

Thanks