Reputation: 553
i want to raise the datagridview's CellValueChanged() event in the textbox's KeyPress() event.
can anybody help me?
thanx....
Upvotes: 0
Views: 375
Reputation: 947
Try to invoke ValueChangedEventHandler()
in the KeyPressEventHangler()
. Or its considered to be a bad practise...
Upvotes: 1