Hello,
I'm looking for a way to disable the default Ctrl+V behavior, which simply creates a blank appointment (bypassing all validation). I tried defining my own command bindings to override the default behavior as exemplified in the sample project included in this post http://www.telerik.com/community/forums/silverlight/scheduleview/copy-paste-appointment.aspx; however, I cannot find the appropriate namespace for CommandManager.SetCommandBindings(). System.Windows.Input.CommandManager does not contain a definition for SetCommandBindings, and I cannot find CommandManager under Telerik.Windows.Controls. Likewise, when specifying <telerik:CommandManager.InputBindings> in XAML, I get 'The attachable property InputBindings was not found in type CommandManager'. Am I missing something or is this only meant to work in Silverlight?
I'm using the latest Q3 release.
Thanks in advance..
Vic
I'm looking for a way to disable the default Ctrl+V behavior, which simply creates a blank appointment (bypassing all validation). I tried defining my own command bindings to override the default behavior as exemplified in the sample project included in this post http://www.telerik.com/community/forums/silverlight/scheduleview/copy-paste-appointment.aspx; however, I cannot find the appropriate namespace for CommandManager.SetCommandBindings(). System.Windows.Input.CommandManager does not contain a definition for SetCommandBindings, and I cannot find CommandManager under Telerik.Windows.Controls. Likewise, when specifying <telerik:CommandManager.InputBindings> in XAML, I get 'The attachable property InputBindings was not found in type CommandManager'. Am I missing something or is this only meant to work in Silverlight?
I'm using the latest Q3 release.
Thanks in advance..
Vic