Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Tom Chiverton
On Friday 30 June 2006 11:31, Vinod M Jacob wrote: > button click. I would like to know how we can pass all the datagrid > items(without selecting) ie. multiple rows in datagrid to the jsp page > using HTTPservice on clicking a button to store into the database. dataGridId.dataProvider should seri

Re: [flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-30 Thread Vinod M Jacob
Hi,   Even i would like to know the same thing.I am able to store a selected  single row from the datagrid to the database using HTTpservice on a button click. I would like to know how we can pass all the datagrid items(without selecting) ie. multiple rows in datagrid to the jsp page usin

[flexcoders] Re: Saving DataGrid Items in to Database.

2006-06-28 Thread welcome_sreedhar
So far, we are able to save all the selected items in the DataGrid to the database. The problem is that we want to save all the items, whether they are selected or not. Basically, it is a shopping cart, so when the user hits purchase, all the items in the cart are to be saved. Thanks, Sreedhar