var DRValue = DGFunModule.SelectedItem;
这样成功
datarowview drvalue=dgfunmodule.selecteditem as datarowview;
这样实行后drvlue是null,请问下是哪里有问题?selecteditem不为null
Sheldon _Xiao MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.