S
Steve
I need to respond to a user editing text in a cell. I need to take action
BEFORE they actually edit something, the likely place to do this was the
KeyDown event, but I can't get it to fire. I click in a cell, it highlights
it, then I type and the event never fires... What am I missing?
I understand that the datagrid is a "bound control", but for my needs, I
bind it to data I don't want changed, in the event that a user wants to
change it, I create a copy of the data and bind that so they can edit away.
Anyone have a suggestion that would help me catch the start of an edit in a
datagrid?
Thanks for reading,
Steve
BEFORE they actually edit something, the likely place to do this was the
KeyDown event, but I can't get it to fire. I click in a cell, it highlights
it, then I type and the event never fires... What am I missing?
I understand that the datagrid is a "bound control", but for my needs, I
bind it to data I don't want changed, in the event that a user wants to
change it, I create a copy of the data and bind that so they can edit away.
Anyone have a suggestion that would help me catch the start of an edit in a
datagrid?
Thanks for reading,
Steve