Hi all,

I'm a bit stuck with a method I'm trying to implement...

I have a datagridview that displays XML data, I want to select the row
& display the "value" column field of that rows contents to a
TextBox... then edit it there, then click on insert button to add the
text to the selected row column "value" ?


Also ... I may be typing in Japanese or French in the TextBox, so is
TextBox ok to use or should I use RichTextBox & will datagridview be
capable of displaying these characters once I save them to XML?


Thanks In Advance.