Telerik blogs

Latest

  • Web

    REST Service Calls with grid client binding

      Inspired by Nikhil's blog post about C# 4.0 - Dynamic REST Service Calls I've made small demo how to bind the grid to Flickr REST API  and here is the result:   You can configure the service to return JSON and deserialize the result: and since we don't need all the data you can use LINQ to turn the result into more understandable objects: Enjoy!   [Live | Download]...
    November 12, 2008
  • Web

    Automatic insert, update and delete with UserControl edit form for the grid

    I'm happy to announce that we've implemented support for IBindableControl for the grid and now you can edit, update and insert with minimal coding if your user control implements this interface: Also using the power of LINQ you can fill the dictionary in a single line of code. Enjoy! [Live | Download]...
    November 11, 2008
  • Release

    RadControls for WPF official release

    With the Q3 edition of RadControls for WPF Telerik has officially included in the suite three major controls - RadScheduler, RadChart and RadGauge. Thus, Telerik puts the accent on rich data visualization and interactivity by introducing powerful and completely stylable and customizable controls.   RadControls for WPF features a new theming mechanism for the Slider, ProgressBar, TreeView, TabControl, PanelBar, Calendar and DatePicker controls to make them consistent with the rest of the controls in the suite. Also , a new skin (Vista) has been added to further enrich the UI capabilities of the controls and let you create consistent LOB applications. Not only we introduced new...
    November 10, 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
  • Productivity Reporting

    UI Automation Support in RadControls for Silverlight Q3 2008

    The new release of RadControls for Microsoft Silverlight is out with a couple of new controls and tons of improvements in the old components. In case you’ve missed, the new demos are uploaded and available here. You may need to delete your browser cache if you still don’t see the new cool home page:     Along with the other improvements, the UI Automation support in Silverlight controls suite is greatly enhanced. Now the following components (I’ve ordered them alphabetically) officially support UI Automation: - ComboBox/ComboBoxItem - Expander - Menu/MenuItem - NumericUpDown - PanelBar/PanelBarItem - ProgressBar - Slider...
    November 08, 2008
  • Productivity Testing

    Testing RadControls for ASP.NET Ajax with Watir – How easy it is

    Today was my first attempt at writing tests for RadControls with Watir and was surprised how easy it is. I found over the internet a good article on how to test ASP.NET applications using Watir and also referred to the Hristo Deshev’s blog post about Automating Complex JavaScript-rich Controls with Watir. If you use the approach described in it and create a watir_telerik_extensions.rb file, you will be able to create tests very quickly. See below a few tests about RadMenu, RadComboBox and RadTreeView which I have created in minutes: 1. This is a RadComboBox test which opens the drop down ...
    November 08, 2008