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.
Absolutely!
You can read about the new feature here:
http://help.infragistics.com/iOS/2013.2/?page=IGGridView_Configuring_Grid_Data_Entry.html
Also, if you have any specific questions, feel free to ask, i'd be happy to help.
-SteveZ
Do you have any documentation that I can read on the built in mechanism for editing cells?
Thanks Steve for your help! is now working!
I've attached a basic sample that should be enough to get you started.
It shows how you would create a custom column and cell, and add it to your dataSourceHelper.
It also has an "Add" button in the tooblar, that adds an item, to the grid, and scrolls into view.
While in that "Insert" mode, you can tap the last row, and if you do, you can put the last column into edit mode and type.
Let me know if you have any questions.
Steve,
"yes" for both of your questions