Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
Thanks I will have a look, Lot of grids got the limitation to have combo boxes in the Grid, If any such Grid someone knows that will be great, we are looking for a such a grid with Sorting and Pagination features. Has anyone enhanced the ftl to share with us. Thanks --- Jeromy Evans [EMAIL

Re: Struts 2 AJAX editable grid

2008-04-21 Thread Jeromy Evans
I use YUI. Have a look at Satyam's demo of the editable datagrid to see if it's suitable: http://www.satyam.com.ar/yui/DataGrid.html It supports client-side and server-side pagination and sorting: http://developer.yahoo.com/yui/datatable/ tom tom wrote: Thanks I will have a look, Lot of

Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
Hi, They both look good, As I stated, I am looking for a one with Select box inside, none of them contains a select box inside the grid Thanks --- Jeromy Evans [EMAIL PROTECTED] wrote: I use YUI. Have a look at Satyam's demo of the editable datagrid to see if it's suitable:

Re: Struts 2 AJAX editable grid

2008-04-21 Thread Jeromy Evans
tom tom wrote: Hi, They both look good, As I stated, I am looking for a one with Select box inside, none of them contains a select box inside the grid It does. Column 4: State http://developer.yahoo.com/yui/examples/datatable/dt_cellediting.html YUI allows you to create customer cell

Struts 2 AJAX editable grid

2008-04-20 Thread tom tom
Hi, What exactly the benefits of moving from struts 2.0.6 to 2.0.11. As far as the Ajax support is concerned, we do have a requirement to have a editable grid, Is this facilitated within struts 2? What is the best way to achieve it. Thanks

Re: Struts 2 AJAX editable grid

2008-04-20 Thread Jeromy Evans
tom tom wrote: Hi, What exactly the benefits of moving from struts 2.0.6 to 2.0.11. Mainly important bugfixes and security fixes. There are few new features. 2.0.x - 2.1 provides better ajax tags and new plugins. As far as the Ajax support is concerned, we do have a requirement to have