I've got a ribbon with the standard Copy, Paste, Cut buttons on them. .
| <telerik:RadRibbonButton Text="Cut" Size="Medium" /> | 
As soon as I assign a command the buttons disable. I would have expected it to simply use the built-in Cut command.  
| <telerik:RadRibbonButton Text="Cut" Size="Medium" Command="ApplicationCommands.Cut"/> | 
What I get however is a disabled Cut button. What am I missing?


