Hi,
I would like to cancel an edit in the RadGridView as soon as the user clicks another row (or when the grid loses focus).
In the CurrentRowChanged Event i call Grid.CancelEdit but it always returns false and the new row is still in Edit-mode after that.
I found the ActionOnLostFocus property in the knowledgebase but that's for Silverlight and i couldn't find that property for WinForms.
Any ideas on how to get the canceledit working?
I would like to cancel an edit in the RadGridView as soon as the user clicks another row (or when the grid loses focus).
In the CurrentRowChanged Event i call Grid.CancelEdit but it always returns false and the new row is still in Edit-mode after that.
I found the ActionOnLostFocus property in the knowledgebase but that's for Silverlight and i couldn't find that property for WinForms.
Any ideas on how to get the canceledit working?