Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Monotouch - Gridview Editing mode / Change values / Add new (row) values
posted

Hi,

I have a grid view with 3 fields, a numeric field, a date, and a text filed:

Number   Date            Text

--------  ------------    -----------------------------------------------

1          01-01-2013     bla bla bla

2          05-06-2013     ble ble ble :)

so, what i need is let the user to write directly in the gridview to change the values in grid or add new rows with new values.

(i already know how to add a new row and how to delete a selected row…so my need is: how to let the user edit/change values directly in the grid)

Can anyone help?

thanks.

Parents Reply Children