G
Guest
I'm using the datagrid CurrentCellChanged event to track the last selected cell for doing checks after it is updated. The problem is that occasionally I need to modify the old cell, which causes another CurrentCellChanged and a refocus to the old cell
I'm hoping for a clean solutions such as..
Is there a way to modify a non current cell without causing a CurrentCellChanged event to trigger
Is there a way to selectively ignore an event (supress its trigger)
Thanks in advanc
Steven W
I'm hoping for a clean solutions such as..
Is there a way to modify a non current cell without causing a CurrentCellChanged event to trigger
Is there a way to selectively ignore an event (supress its trigger)
Thanks in advanc
Steven W