Inheriting from DataGridTextBoxColumn and CancelEdit

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I have a combo box that inherits from DataGridTextBoxColumn. Everything
works fine with the control except a CancelEdit(). The underlying rows'
value is rolled back but the DataGrid column still displays the new value
which was cancelled.

Am I missing an event my control needs to receive the cancel?

Thanks for any help,
Joe


.