1、 MemoEdit > Lines
Text lines are separated by line feed and carriage return characters (" ").
MemoEdit1.MaskBox.AppendText(cNode.InnerText + "
");
2、grid控件最后一个焦点录入,有效
gridView2.PostEditor();
gridView2.CloseEditor();
gridView2.UpdateCurrentRow();