DataColChanging事件
If e.DataCol.Name = "标识" Then
If e.NewValue > "" AndAlso e.NewValue.StartsWith("FF") = False Then
e.NewValue = "FF" & e.NewValue
End If