Telerik blogs
  • Desktop WPF

    How to apply different templates to different appointments of Telerik Scheduler for WPF/Silverlight.

    In the upcoming Q2 release RadScheduler  will include a new property called AppointmentTemplateSelector. This property will be included in both  Silverlight and WPF versions of the control. Using it,  you will be able to easily apply different DataTemplate  to the appointments by any custom condition. All you need to do is to create a custom class inheriting from the  DataTemplateSelector class and override the SelectTemplate method.   For...
  • Release

    RadScheduler for Silverlight Public Beta

    Following the release plan of RadScheduler for Silverlight we are proud to take you one step further with the public RadScheduler for Silverlight Beta.  A week ago we launched a private build by sending it only to the beta testers that were willing to take part in this early beta release. Now that we managed to further improve the control, we are launching this public beta featuring the following major functionalities:    Day/Week/Month View Edit Forms Recurring Appointments and Exceptions Localization support Built-in Dialogs Drag & Drop and Resizing of appointments Office Black theme Ability for customizing appointments and edit dialog Other major features to come with the official Q2...
  • Desktop WPF

    Telerik Sales Dashboard Demo for Silverlight and WPF

      Telerik Sales Dashboard demo application shows you how to benefit from:  Code reuse between the Silverlight and WPF UI Implementing the Composite Application Guidance for WPF and Silverlight ("Prism") Using OpenAccess ORM for building an optimized data layer with little or no coding  The Telerik Sales Dashboard is a demo application for monitoring a company’s sales representatives’ performance. The dashboard provides senior management with rich data visualizations for analyzing enterprise data, thus facilitating the decision-making process in a typical business environment. The demo demonstrates a best practice approach for structuring a large-scale enterprise application that has a single business-logic layer shared by two different presentation...
  • Web

    How to add a right click context menu on a TextBox in Silverlight?

    How to add a right click context menu on a TextBox in Silverlight and also support simple editing commands, like Cut, Copy and Paste? This is pretty easy with RadContextMenu for Silverlight and I will show you now: First I declared a TextBox and set the RadContextMenu.ContextMenu attached property on it: <TextBox x:Name="TextContainer" AcceptsReturn="True" TextWrapping="Wrap" Text="Right click to open a fully functional context menu that depends on the selection and the clipboard content">    <telerikNavigation:RadContextMenu.ContextMenu>        <telerikNavigation:RadContextMenu ItemClick="ContextMenuClick" Opened="ContextMenuOpened" Closed="ContextMenuClosed">             <telerikNavigation:RadMenuItem Header="Cut" />             <telerikNavigation:RadMenuItem Header="Copy" />             <telerikNavigation:RadMenuItem Header="Paste" />         </telerikNavigation:RadContextMenu>     </telerikNavigation:RadContextMenu.ContextMenu> </TextBox> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; }   If you want to open the context menu with Right click, you need to make the Silverlight plug-in windowless. Otherwise, you should set the EventName and/or ModifierKey properties on RadContextMenu to configure it...
  • Release

    RadControls for Silverlight/WPF Q2 2009 SP2

    Due to the constantly increasing interest in our Silverlight and WPF suites we saw the need of publishing one more service pack prior to the official Q2 release. A lot of improvements and new features are introduced following the vast amount of inquiries from you. All of the new stuff for both suites is ready for download under the users’ accounts, so download them, give them a try and you are more than welcome to share your thoughts and feedback. One new major feature is the newly added Localization support for RadUpload, RadTreeView, RadMediaPlayer, RadColorSelector, RadColorPicker and RadGridView control.   We also added a lot...
  • Desktop WPF

    How to apply different templates to different appointments of Telerik Scheduler for WPF/Silverlight.

    In the upcoming Q2 release RadScheduler  will include a new property called AppointmentTemplateSelector. This property will be included in both  Silverlight and WPF versions of the control. Using it,  you will be able to easily apply different DataTemplate  to the appointments by any custom condition. All you need to do is to create a custom class inheriting from the  DataTemplateSelector class and override the SelectTemplate method.   For...
  • Release

    RadScheduler for Silverlight Public Beta

    Following the release plan of RadScheduler for Silverlight we are proud to take you one step further with the public RadScheduler for Silverlight Beta.  A week ago we launched a private build by sending it only to the beta testers that were willing to take part in this early beta release. Now that we managed to further improve the control, we are launching this public beta featuring the following major functionalities:    Day/Week/Month View Edit Forms Recurring Appointments and Exceptions Localization support Built-in Dialogs Drag & Drop and Resizing of appointments Office Black theme Ability for customizing appointments and edit dialog Other major features to come with the official Q2...
  • Desktop WPF

    Telerik Sales Dashboard Demo for Silverlight and WPF

      Telerik Sales Dashboard demo application shows you how to benefit from:  Code reuse between the Silverlight and WPF UI Implementing the Composite Application Guidance for WPF and Silverlight ("Prism") Using OpenAccess ORM for building an optimized data layer with little or no coding  The Telerik Sales Dashboard is a demo application for monitoring a company’s sales representatives’ performance. The dashboard provides senior management with rich data visualizations for analyzing enterprise data, thus facilitating the decision-making process in a typical business environment. The demo demonstrates a best practice approach for structuring a large-scale enterprise application that has a single business-logic layer shared by two different presentation...
  • Web

    How to add a right click context menu on a TextBox in Silverlight?

    How to add a right click context menu on a TextBox in Silverlight and also support simple editing commands, like Cut, Copy and Paste? This is pretty easy with RadContextMenu for Silverlight and I will show you now: First I declared a TextBox and set the RadContextMenu.ContextMenu attached property on it: <TextBox x:Name="TextContainer" AcceptsReturn="True" TextWrapping="Wrap" Text="Right click to open a fully functional context menu that depends on the selection and the clipboard content">    <telerikNavigation:RadContextMenu.ContextMenu>        <telerikNavigation:RadContextMenu ItemClick="ContextMenuClick" Opened="ContextMenuOpened" Closed="ContextMenuClosed">             <telerikNavigation:RadMenuItem Header="Cut" />             <telerikNavigation:RadMenuItem Header="Copy" />             <telerikNavigation:RadMenuItem Header="Paste" />         </telerikNavigation:RadContextMenu>     </telerikNavigation:RadContextMenu.ContextMenu> </TextBox> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; }   If you want to open the context menu with Right click, you need to make the Silverlight plug-in windowless. Otherwise, you should set the EventName and/or ModifierKey properties on RadContextMenu to configure it...
  • Release

    RadControls for Silverlight/WPF Q2 2009 SP2

    Due to the constantly increasing interest in our Silverlight and WPF suites we saw the need of publishing one more service pack prior to the official Q2 release. A lot of improvements and new features are introduced following the vast amount of inquiries from you. All of the new stuff for both suites is ready for download under the users’ accounts, so download them, give them a try and you are more than welcome to share your thoughts and feedback. One new major feature is the newly added Localization support for RadUpload, RadTreeView, RadMediaPlayer, RadColorSelector, RadColorPicker and RadGridView control.   We also added a lot...