Hi Marco Studer,
We have checked your issue and you can overcome this issue by removing the Undo Command registered by the CommandManager internally in the GridControl. Since GridControl also uses the “ApplicationCommands.Undo” which internally handles the undo operation if the CommandStack is not enabled. Please find the code example for your reference,
grid.CommandBindings.Remove(new CommandBinding(ApplicationCommands.Undo));
|
Regards
Kanimozhi B