Telerik blogs
  • Desktop WinForms

    Enhancing Your WinForms UI with HTML-like Formatting

    Until recently our Windows Forms offering didn’t have support for HTML-like rich text formatting, so typical for web applications. With the Q3 release shipped on November 5 this has changed. This release of RadControls for WinForms has the HTML-like formatting capabilities on a framework level. What does it mean? Well, as of now every VisualElement descendent is capable of rich text formatting - Labels, Buttons, RadCalendar, RadGridView, etc. The implementation is very simple, especially if your users are familiar with HTML. To turn on the rich formatting behavior you must begin your text with an <html> tag; use <size=[+|-]value> to set...
    November 10, 2008
  • Release

    RadControls for Silverlight official release

    After we launched the RC1 release shortly after Microsoft published Silverlight RTW it was high time for us to start preparing for the official edition of the RadControls for Silverlight suite. Here it is, with Q3 2008, RadControls for Silverlight is officially released.   RadControls for Silverlight is the richest set of tools to help you develop Silverlight applications, which is a solid foundation for the next-generation of line-of-business applications. RadControls for Silverlight includes over 20 UI controls that can be used in pure Silverlight applications or as parts of existing ASP.NET applications. Sharing the same codebase with our WPF components, the...
    November 10, 2008
  • Web

    TreeView in a ComboBox dropdown using RadControls for Silverlight

    As far as I can tell from the experience of my colleagues with RadControls for ASP.NET AJAX, one of the common feature requests for RadComboBox and RadTreeView is combining them into one piece. Recently we started to receive similar requests for RadComboBox and RadTreeView for Silverlight. Placing a TreeView in a ComboBox sometimes makes a lot of sense, so I decided to research the best way to do it.   The first, the simplest and most obvious way is to place a RadTreeView as content of RadComboBox: <input:RadComboBox> <nav:RadTreeView  ItemTemplate="{StaticResource ItemTemplate}"  ItemsSource="{StaticResource ItemsSource}" /></input:RadComboBox> This works, but it has one important limitation: RadComboBox cannot...
    November 09, 2008
  • Productivity

    Visual Studio Tip: Debugging Hints

    Tracking down those pesky flaws in a piece of code is, in my humble opinion, the most challenging part of software development. Thankfully we have a top-notch debugger built into Visual Studio. Unfortunately, the debugger is one of the features of Visual Studio that I am the least proficient with. I know how to set a breakpoint and take a look at the values of my local variables when that breakpoint is reached, but beyond that I'm pretty much clue-less. Well, I was lucky enough to attend John Cunningham's talk at PDC last week and learned quite a few valuable tips that enhanced...
    November 08, 2008
  • Productivity Testing

    The UI Automation Support Highest Requirements &ndash; UIA Verify Tool Update with Preconditions Failure

    Overall, we got quite good impression from the UIA Verify tool, I wrote about last week. Yet, there is an issue that provoked me to download the source and modify the tool behavior. As a tester, I believe the automated tests should pass only when you get the full test running through all the actions and verifications. The original UIA Verify though marks as passed all the tests which preconditions are not met. That doesn’t help much if you need to verify all the scenarios pass successfully, does it? I’ve modified the source so now the failed preconditions cause test ...
    November 08, 2008
  • Desktop WinForms

    Enhancing Your WinForms UI with HTML-like Formatting

    Until recently our Windows Forms offering didn’t have support for HTML-like rich text formatting, so typical for web applications. With the Q3 release shipped on November 5 this has changed. This release of RadControls for WinForms has the HTML-like formatting capabilities on a framework level. What does it mean? Well, as of now every VisualElement descendent is capable of rich text formatting - Labels, Buttons, RadCalendar, RadGridView, etc. The implementation is very simple, especially if your users are familiar with HTML. To turn on the rich formatting behavior you must begin your text with an <html> tag; use <size=[+|-]value> to set...
    November 10, 2008
  • Release

    RadControls for Silverlight official release

    After we launched the RC1 release shortly after Microsoft published Silverlight RTW it was high time for us to start preparing for the official edition of the RadControls for Silverlight suite. Here it is, with Q3 2008, RadControls for Silverlight is officially released.   RadControls for Silverlight is the richest set of tools to help you develop Silverlight applications, which is a solid foundation for the next-generation of line-of-business applications. RadControls for Silverlight includes over 20 UI controls that can be used in pure Silverlight applications or as parts of existing ASP.NET applications. Sharing the same codebase with our WPF components, the...
    November 10, 2008
  • Web

    TreeView in a ComboBox dropdown using RadControls for Silverlight

    As far as I can tell from the experience of my colleagues with RadControls for ASP.NET AJAX, one of the common feature requests for RadComboBox and RadTreeView is combining them into one piece. Recently we started to receive similar requests for RadComboBox and RadTreeView for Silverlight. Placing a TreeView in a ComboBox sometimes makes a lot of sense, so I decided to research the best way to do it.   The first, the simplest and most obvious way is to place a RadTreeView as content of RadComboBox: <input:RadComboBox> <nav:RadTreeView  ItemTemplate="{StaticResource ItemTemplate}"  ItemsSource="{StaticResource ItemsSource}" /></input:RadComboBox> This works, but it has one important limitation: RadComboBox cannot...
    November 09, 2008
  • Productivity

    Visual Studio Tip: Debugging Hints

    Tracking down those pesky flaws in a piece of code is, in my humble opinion, the most challenging part of software development. Thankfully we have a top-notch debugger built into Visual Studio. Unfortunately, the debugger is one of the features of Visual Studio that I am the least proficient with. I know how to set a breakpoint and take a look at the values of my local variables when that breakpoint is reached, but beyond that I'm pretty much clue-less. Well, I was lucky enough to attend John Cunningham's talk at PDC last week and learned quite a few valuable tips that enhanced...
    November 08, 2008
  • Productivity Testing

    The UI Automation Support Highest Requirements &ndash; UIA Verify Tool Update with Preconditions Failure

    Overall, we got quite good impression from the UIA Verify tool, I wrote about last week. Yet, there is an issue that provoked me to download the source and modify the tool behavior. As a tester, I believe the automated tests should pass only when you get the full test running through all the actions and verifications. The original UIA Verify though marks as passed all the tests which preconditions are not met. That doesn’t help much if you need to verify all the scenarios pass successfully, does it? I’ve modified the source so now the failed preconditions cause test ...
    November 08, 2008