help: editing rows in a datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I m developing an app for an ipaq.
I would like to edit a row in the datagrid after it has
been loaded. I can remove and add a new row but I can't
figure out how to just edit an existing row.

I am also trying to figure out a way to add images to a
datagrid cell. any help is very appreciated


Thank you
 
Here are some good DataGrid resources from the FAQ, 5.14 may help you:

5.13. How do I add rows and columns to a DataGrid?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.13

5.14. How do implement cell editing in a DataGrid?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.14

5.15. How do I set the DataSource of a DataGrid?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.15

5.16. How do I sort the columns of a DataGrid?
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx#5.16

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top