Hi all,
my grid has an event handler on each cell:
AddHandler cell.ValueChanged, AddressOf Me.cellEdit_ValueChanged
Frequently I update cell-values automatically. The event is then called because the value changed. But I only want to call it if the user changes the values. Begininit and Endinit does not seem to work in this case. Any ideas?
Imported from legacy forums. Posted by Kai (had 1903 views)