Sub dataRowTemplate2_EndingEdit(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles dataRowTemplate2.EndingEdit
when a datarow EndingEdit event is fired, what is the difference between canceling the edit with:
CType(sender, Xceed.Grid.DataRow).CancelEdit()
and canceling edit with:
e.Canel = True
Thanks,
Tack
Imported from legacy forums. Posted by t (had 1773 views)