Telerik blogs

Latest

  • Web

    Nesting Prism Regions using RadRibbonBar

    This post is update to my first post about "Decouple RadRibbonBar with Composite Silverlight (Prism)" (Read More). Nesting Regions in Prism could sound weird to someone, but the demand for this is growing. Check this forum post for more info. As a result to this post I've decided to update my previous example project. I've started by marking the one of the RibbonTabs as a Region as well, giving it a name...
    May 27, 2021 1 min read
  • Release

    Q3 2010 Telerik ASP.NET roadmaps published

    The Q3 2010 roadmaps for the Telerik ASP.NET AJAX and MVC product lines have just been baked and served to you (fresh out of the oven, as an old saying goes). Straight to the exciting news: There will be two long-anticipated new controls added to the AJAX suite - treelist and button - as well as several major new features/enhancements for the AsyncUpload, Calendar, Editor, Grid, Scheduler, Spell and Rotator components. We will also invest some time in improving the mobile browsers support of the AJAX controls. The idea is to dispense better user experience when you browse your sites (developed with our...
    May 27, 2021 1 min read
  • Release

    Q3 2010 Telerik ASP.NET roadmaps published

    The Q3 2010 roadmaps for the Telerik ASP.NET AJAX and MVC product lines have just been baked and served to you (fresh out of the oven, as an old saying goes). Straight to the exciting news: There will be two long-anticipated new controls added to the AJAX suite - treelist and button - as well as several major new features/enhancements for the AsyncUpload, Calendar, Editor, Grid, Scheduler, Spell and Rotator components. We will also invest some time in improving the mobile browsers support of the AJAX controls. The idea is to dispense better user experience when you browse your sites (developed with our...
    May 27, 2021 1 min read
  • Release

    New Visual Studio Extensions for the Telerik Extensions for ASP.NET MVC

    As you may already know we officially released the Telerik Extensions for ASP.NET MVC Q2 2010. In addition to all the new features with this new release we shipped the Telerik MVC Visual Studio Extensions. With the aid of the VS Extensions you will find it really easy to create new Telerik MVC project, convert an existing project to a Telerik one, configure and upgrade your project to a newer version of the Telerik Extensions for ASP.NET MVC. With the release of MVC VS Extensions the VSXTeam@Telerik achieved one bigger goal – we now support VS Extensions for all Telerik UI Components!...
    May 27, 2021 3 min read
  • People

    Bookvar goes open source

    It is a great pleasure for me to share an exciting news with you. As of today we are opening the source code of Bookvar mind mapping tool. You can find the source on Codeplex right next to other open source initiatives of ours, like Telerik MVC Extensions and CAB Enabling Kit for WinForms. A few caveats about the source code There are a few things that you need to know about the source code: Most of the code was written when we were quite new to WPF and we were pioneering all those concepts. Looking back at that time I realize there are things that...
    August 31, 2010 1 min read
  • Mobile

    Building a Windows Phone 7 control from the ground up - Part one - the “Infinite ListBox”

    One of the coolest things in every new developer platform is the challenge to master the entire framework in a way that enables you to create high quality, greatly optimized controls that behave in exactly the same way a user would expect to. Yesterday Microsoft announced that more than 300 000 developers have already downloaded the WP7 Developer Tools Beta. Based entirely on Silverlight, phone development has never been easier and more fun than in the Windows Phone 7 environment. With these series of blogs I want to reveal some tricky moments in developing a simple DatePicker control for WP7....
    May 27, 2021 5 min read
  • Productivity Testing

    Automated Testing Tools 2010 Q2 Service Pack Release

    For everyone interested in our UI test automation products we’ve just uploaded the new Q2 Service Pack release. This latest official update does not only include bug fixes but it also introduces a number of improvements and some useful features. I’d like to draw your attention to the enhancements in the following areas: - Silverlight – more updates in the recording and execution scenarios are introduced. We add support for ToolTips in Silverlight (via the ToolTipText FrameworkElement property and built-in translators verification) as well as PopupTracker updates. - Test logs, Test as Step scenarios, test data-binding improvements in execution. - ...
    May 27, 2021 2 min read
  • Web

    Silverlight Recruiting Application #9 - Adding RadUpload (Part 2)

    Yesterday we saw all the plumbing involved to lay a groundwork for RadUpload being used to add files to applicants. Today we actually dive into the code for getting RadUpload working in the MVVM application. The first step in this is deciding where to add the ability to upload files. Doing this within the main Applicants grid is nice (since we're already using the RowDetails presenter), but that'll clutter up the UI there as I want to switch that into a quick and easy overview of each applicant. So instead we're modifying the AddEditApplicantView to make it tab-based, providing one tab...
    May 27, 2021 5 min read
  • Release

    New Telerik ASP.NET MVC and AJAX drops

    Yesterday and today we shipped the official Telerik Extensions for ASP.NET MVC Q2 2010 and RadControls for ASP.NET AJAX Q2 2010 SP1 releases. My colleague Atanas highlighted the new hot extensions and features added to the Telerik MVC components family in this blog post, so I will leave him the glory and the applause :) The fixes and minor enhancements in the AJAX suite can be found in the release notes here. You may also be interested in reviewing the updated versions of the AJAX demos and documentation at the usual locations. Stand by for the Q3 2010 Roadmaps for both product lines which will...
    May 27, 2021 1 min read
  • Web

    Silverlight Recruiting Application #8 - Adding RadUpload (Part 1)

    One of the enhancements that the HR team has been asking for since I first launched this is the ability to attach some of the files that applicants send to the applicants once they are entered into the system.  This way, when looking through applicants anyone can easily view their resume, cover letter, or project (yes, sometimes there are projects!) as well as add a rating value to the project.  Seeing as we have a RadUpload control for Silverlight, I figured this would be a great opportunity to get that running in the application, especially since we have the new...
    May 27, 2021 4 min read