Hi,

I'm using an Editable Grid Panel in web page where the user can modify, insert, delete the rows in the grid.

I've added the button save on the bottom to give the possibility to the user to save the grid when he has completed his job.

On the click event of the button, I'd like to have access to the cells of the grid panel in order pass the values to my data access layer function.

If I'm not wrong, it seems it is NOT possible to do a kind of cicle on all cells of the GridPanel or on its Store object. Is it correct or do there is a way to get these data?

Thanks