"最近更新"列的列属性中,将日期时间格式设为DateLongTime
在DataColChanged事件中:
If e.DataCol.Name <> "最近更新" Then
e.DataRow("最近更新") = Date.Now()
End If