Update multiple data in DataGrid
In DataGrid usually we only need to update data, but sometimes updates data in all columns, improve data editing efficiency.
In order to facilitate demonstration to use the XML file as a data source
XML file: (UserInfo.xml)
XML Version = "1.0" Standalone = "YES"?>
Some@you.net email>
me name>
0123456 tel>
Usrinfo>
YourAddress@you.com email>
He name>
7894563 tel>
Usrinfo>
YourAddress@you.com email>
222 name>
123342 tel>
Usrinfo>
YourAddress@you.com email>
Haha name>
3545445 tel>
Usrinfo>
YourAddress@you.com email>
SAM name>
879563 tel>
Usrinfo>
Usrinfos>
Page code: