Telerik blogs

Latest

  • Productivity

    Showing "tooltips" for list items in RadComboBox

    There are two ways of doing this: The first approach is to assign directly the text to be displayed to every ComboBoxItem. This is done through the API or through the design time. You must assign the required text to every item’s ToolTipText.     The second approach is to handle the ToolTipTextNeeded event where custom logic can be applied: private voidTestComboBox1_Load(objectsender, EventArgs e) {     ComboPopupForm parent = this.radComboBox1.ComboBoxElement.ListBoxElement.ElementTree.Control asComboPopupForm;     if(parent != null)     {         parent.ToolTipTextNeeded += newTelerik.WinControls.ToolTipTextNeededEventHandler(radComboBox1_ToolTipTextNeeded);     } } Add...
    September 15, 2008
  • Release

    Another Free RadWebinar: RadGridView for WinForms

    WinForms developers, mark your calendars! Telerik and Falafel have teamed up to bring you another FREE RadWebinar on October 1, 2008 from 12:30 PM - 2:30 PM EST. In case you've never attended a previous RadWebinar, I highly recommend you check it out. They are a great way to get up to speed with the RadControls or to get your questions answered by Telerik experts. This next RadWebinar will be a 2-hour session demonstrating how to use the RadGridView for WinForms and will be taught by none other than Falafel President and CEO Lino Tadros. Some of the main topics Lino...
    September 15, 2008
  • People

    Skin Exchange Contest Winners

    Our Community Skin Contest is over! A big thank you goes to all members who generously shared their skins with the rest of the community. The winners of the Skin Exchange Contest, as voted by our community, are:1st place - an Xbox and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Daniel Jonsson in Iceland for his D1040 RadControls Common Skin. 2nd place and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Miglena Nikolova from Bulgaria for her RadMenu Shade Skin.3rd place and a free RadControls for ASP.NET AJAX license...
    September 15, 2008
  • Productivity

    Visual Studio Tooltips unplugged: Drag and Drop code artifacts to Toolbox General Tab.

    I bet you never thought about this feature! Me either… It’s good that there is a marvelous blog about all goodies in VS maintained by a nice lady. I will be monitoring and making comments on the topics there that have excited me most. So what is on today’s menu? As you’ve probably figured it out already, I will comment on a fine (but unknown to me) feature of dragging and pasting code artifacts straight to the VS toolbox. At first I was a little bit skeptic, but it really worked out, let me show you how: 1. Mark a code segment...
    September 12, 2008
  • Web ASP.NET AJAX

    Where is RadFormDecorator heading?

    If I had to summarize what the RadFormDecorator control is about in a single sentence, it would be: The RadFormDecorator aims to unload yet another task from the "regular Joe" developer by reducing the need for styling elements on the page. Enter RadControls Telerik RadControls provide a great deal of rich UI controls allowing a developer to build web-based applications that resemble the richness of a desktop application. The majority of controls provided in the suite do not have direct analogs provided by the browser - e.g. RadEditor, RadGrid, etc. There are also a number of controls that can be used to replace somewhat similar browser counterparts.  For...
    September 12, 2008
  • Productivity

    Visual Studio Tip: Creating Your Own Code Snippets

    I recently blogged about using code snippets as a shortcut to writing more code in less time. In this post, I'm going to walk you through the steps to create custom snippets that you can install into Visual Studio for use in your own projects To get started, let's take a look at the anatomy of a snippet. A snippet is nothing more than an XML file, with a .snippet extension, containing configuration settings. If you open up the file foreach.snippet (located in "<Visual Studio installation directory>\VC#\Snippets\1033\Visual C#") you'll find the following XML, which defines the foreach snippet: As you can see, the XML used to...
    September 12, 2008
  • Release

    New build of RadScheduler for WPF for Q2 2008 SP1

    We prepared a new build of RadScheduler for WPF that is fully compatible with the Q2 2008 SP1 release of RadControls for WPF. The ZIP file is attached to the following forum thread: RadScheduler new build for Q2 2008 SP1   You can download it and give it a go. We also featured in the ZIP file the updated examples about RadScheduler. Below, you can find a full list of all the changes that have been included in the latest RadScheduler build: New Features: SchedulerView changes   - The derived classes for each View (Day, Week and Month) have been removed   -...
    September 11, 2008
  • Release

    You said Windows 3.11? Did I hear right?

    Well folks that's right - MS Windows for Workgroups 3.11 is pretty much still alive and kicking. First when I found out that this 15+ years old OS was still popular in the embedded segment (please forgive my ignorance as embedded systems are not my core competency) I couldn't believe my eyes. According to John Coyne this fact changes starting October 1st, 2008 - from this date on OEM's will no longer be able to license Windows for Workgroups 3.11. The comments and the flame that started at ArsTechnica are very interesting though. It looks like the guys that...
    September 11, 2008
  • Desktop WPF

    RadControls for WPF SP1 is out!

    Since our first official release in July, we have received lots of feedback from customers about things we need to improve. And we listened! The new release adds several important features that make working with the control easier. Here is the list: Improved selection handling. We now expose a SelectionChanged event and two convenience properties: SelectedItem and CurrentItem. The latter two are especially useful when working with the control entirely in XAML without any code-behind. Cell focus. We have added support for identifying the current cell and to navigate across cells using the Tab/Shift+Tab keys. Improved accessibility support through automation peers for RadGridView. Accessibility...
    September 11, 2008
  • People

    PDC approaching

    Ever wondered what technologies MS has up its sleeve for the closest future? I bet you've heard at least words like Live Mesh, Office Communications Server, SQL Server 2008, FAST, Silverlight, Oslo, Visual Studio Team System, Virtualization, SharePoint, Dynamics, XNA. You didn't? So maybe you know about ASP.NET or perhaps IronRubby? The technologies that I've mentioned will make it into the spotlight at PDC 2008 event. You can check out details on 50 of more than 200 sessions that will be presented at PDC....
    September 10, 2008