Telerik blogs
  • Release

    The Telerik WinForms Suite Boasts RadAutoCompleteBox

    Q2 2012 is coming close, so we decided that it’s time to gear you up for all the great goodies that are on their way. Today, we are going to show off one highly requested control in our Public Issue Tracker. As we are the first component vendor to introduce such a control in our WinForms suite and there are no established standards, we had some doubts about the name of the control. However, this is now out of question and here it is: RadAutoCompleteBox. So, what exactly is RadAutoCompleteBox? RadAutoCompleteBox allows you to easily fill-in tokens of text in a...
  • Desktop WinForms

    Print your data with RadGridView for WinForms in a few quick steps

    We are sure you will agree that the highly demanded Printing support for RadGridView for WinForms was welcomed warmly by your end-users. We wanted to make sure that the Print Preview, Print Settings and Watermark dialogs will make the printing as easy as possible, but at the same time they will enable end-users to customize the printing output to the smallest detail. The result is that you can print a RadGridView with a call to the Print() method and the grid is send to the printer. On the other hand if you want to customize the result by using code, you have a...
  • Release

    Telerik CAB Enabling Kit for RadControls for WinForms updated to Q1 2012 SP1

    It is our pleasure to announce the availability of a new version of Telerik CAB Enabling Kit that supports the latest RadControls for WinForms Q1 2012 SP1. This update includes removing obsolete adapters, major refactoring of current Workspaces and creating a new workspace which supports all MDI application scenarios. Here is the list of the available Workspaces: RadDockWorkspace  RadPageViewWorkspace  RadFormWorkspace  RadFormMdiWorkspace  RadTabbedMdiWorkspace  In this release we have also improved the functionality of the UIAdapters and we have increased their number. Now we have a common adapter for all RadControls, which use RadItemCollection.  The available UiAdapters are: sRadCommandBarUIAdapter  sRadRibbonBarUIAdapter  sRadTreeNodeUiAdapter  sRadTreeViewUIAdapter  sRadItemCollectionUIAdapter - (RadMenu, RadStatusStrip, all controls that support RadItem collections) Telerik CAB Enabling Kit is available...
  • Release

    RadControls for WinForms Q1 2012 SP1 is here

    Just a month and a week after yet another great WinForms release, it is time to complement this release with your feedback in the form of cool improvements and fixes. Among the highlights of the release are: Support for printing of appointments grouped by resource. Localization providers for RadTimePicker and our Printing dialogs. Sorting GridViewComboBoxColumn by DisplayMember in unbound mode. A bunch of fixes. For more information, you can check our Release Notes. Go and get Q1 2012 SP1 from your Telerik account now. As always, your feedback will be greatly appreciated. Happy...
  • Desktop WinForms

    Printing with RadScheduler for WinForms in a Nutshell

    As you may already know, Q1 2012 RadControls for WinForms brought to you one much requested feature- native printing support for RadGridView and RadScheduler. Utilizing its capabilities it is as easy as pie to send the data from your control to a printer by calling a single method. However, there are also a variety of options that allow you to customize the appearance of your pages. With this post, we will take a closer look at the features and options of printing that RadScheduler provides out-of-the-box. Let’s say we have a RadScheduler populated with appointments and we want to implement...