DataGridView Column Value.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone! I am first time using dataGridView please guide me in following task. I have loaded an XmlDocument in TreeView. When I select an "Element Node" in tree view the dataGridView populates 2 columns [if attributes of element node exist]. 1. Attribute Name 2. Attribute Value Now I want to edit each row values. For example if i change value under Attribute Name ColumnHeader it should to index of AttributeCollection associated with that selected element Node. When i change the column values and click an "ok" button then change should be reflected into XmlDocument selected element attributes. Please tell me what to do? which event to be invoked.