加一个编号列,防止每一行的数据都不重复。
比如datarowAdded事件,写代码
Dim dt As DataTable = e.datatable Dim i As Integer = dt.Compute("max(编号)") e.DataRow("编号") = i+1