Telerik blogs

Latest

  • Release

    Introducing Telerik Color Editor for Silverlight and WPF

    We are proud to introduce the newest member of the Telerik XAML family - the Color Editor. With its powerful color selection mechanism, the Color Editor allows an intuitive way of picking your desired color. The Color Editor provides support for few of the major color modes - RGB, HSV, HLS and CMYK. In addition, the Color Editor allows you to edit each individual channel of the above mentioned color models. Let's begin with the most basic declaration of the Color Editor in XAML. <telerik:RadColorEditor Height="220" Width="400" /> By changing the value in the color mode drop-down you can control which color model is currently active. As mentioned...
    November 29, 2011 2 min read
  • Release

    Q3 2011 Webinar Week, This Week!

    Unlike the Webinar Weeks from the last few releases, this time we're doing things a little differently. With more than 12 products to talk about, we needed a new format that would let us cover more topics in fewer days, so with Q3 2011 there will be multiple webinars today, tomorrow, and Wednesday. The full schedule for the week looks like this: Date Time Topic Monday, Nov 28 9:30 AM Kick-off, Webinar Week Overview 11:00 AM Silverlight & WPF 12:30 PM Data Tools Tuesday, Nov 29 9:30 AM Windows Phone 11:00 AM AJAX & MVC 12:30 PM Tools for Better Code 2:00 PM Test Studio Wednesday, Nov 30 9:30 AM Preparing for Windows 8 11:00 AM Putting It All Together 12:30 PM Sitefinity 4 Thursday, Dec 1 11:00 AM Kendo UI Launch...
    November 28, 2011 3 min read
  • Mobile

    Building a Picture Browser app for Windows Phone using RadSlideView and RadDataBoundListBox

    One of the fresh new add-ons for the official Q3 2011 release of RadControls for Windows Phone is RadSlideView. The control provides smooth and slick user experience allowing for navigating a sequence of content items slide-by-slide. The control is also fully aware of orientation changes and the items are resized and re-arranged accordingly to the current orientation. In this post I want to demonstrate how easy it is to build a simple picture-browser application based on our RadDataBoundListBox and RadSlideView controls.   Download Demo What’s more interesting in the demo: Simulating Wrap Layout with RadDataBoundListBox Building a custom control to be used for image holder Using RadSlideView with SlideViewPictureSource  App architecture It is...
    November 28, 2011 6 min read
  • Release

    Introducing Industry's First Touch API for Windows Forms components

    We are very proud to be the first (and still only) Windows Forms component suite to provide full multi-touch support and API. As discussed in the sneak peek blog Get Ready to Touch’n’Roll with RadControls for WinForms, the powerful touch API that our components expose allow you to handle the touch gestures that occur on the screen and take some actions depending on what your touch scenario is. Now that Q3 2011 is a fact, allow us to introduce the main aspects of the touch API. These aspects will allow you to unleash the power of windows forms under touch-enabled devices,...
    November 25, 2011 4 min read
  • Web ASP.NET AJAX

    OData Binding for Navigation Controls (ASP.NET AJAX)

    Nowadays, it is more and more common for web developers to utilize RESTfull like services in their projects. There is nothing surprising in that, since in the nature of REST is to provide uniform interface to access the data. One may ask, what uniform means at all? Well simply said, all operations have the same meaning across all the resources they can act on. OData in turn, is a protocol that exposes your data to the web in a simple, RESTlike manner. A consumer can query the data via set of URL parameters and receive a response in the JSON format, which is native...
    November 25, 2011 5 min read
  • Productivity

    Telerik OpenAccess ORM – Stored Procedure Editor essentials

    Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete. Along with the visual interface the Editor is offering, we have enhanced the functionality that was available in previous OpenAccess ORM versions generating automatically methods in the OpenAccessContext that are calling stored procedures. The old version of this code generation used to produce methods such as this one: // Old code generation public object[] GetCarsDetails(string carMake) {     SqlParameter parameterCarMake = new SqlParameter("CarMake",...
    November 25, 2011 3 min read
  • People

    Telerik at Øredev

    Telerik was a partner of the largest technical conference in Sweden - Øredev. It took place in Malmö between 7-11 November 2011. Øredev is the Premier developer's conference in Europe focused on the whole software development process. The conference brings the best speakers on subjects such as Java, .Net, Project Management, Web development and Testing.   In such a diverse community of developers it was incredibly easy and fun to exchange ideas and points of view, despite our differences in preferred platforms and programming languages. We felt the strong energy and eagerness of people to be creative.   It was nice to see the huge...
    November 25, 2011 1 min read
  • Web ASP.NET AJAX

    RadAsyncUpload for ASP.NET AJAX Revisited

    File API and Drag and Drop RadAsyncUpload has undergone significant changes since it's initial release back in Q1 2010. With the advent of the HTML 5 FileAPI and the updates to the XMLHttpRequest object, it is now easier than ever to utilize AJAX mechanisms when uploading files, a practice that was hardly possible prior to that. As you may have expected, RadAsyncUpload is not lagging behind these concepts and since Q2 2011 it utilizes a FileAPI module, which is now the default one under FireFox 4.0+, Safari 5+ and Google Chrome and will be used by default in the upcoming IE10. The File API module provides all functionalities provided by the other modules (multiple...
    November 24, 2011 3 min read
  • Productivity

    Telerik OpenAccess ORM – Using the new OpenAccessLinqDataSource

    In a previous blog post we have shared with you the upcoming release of a new feature of OpenAccess ORM, helpful for those of you doing RAD development in web environment – the OpenAccessLinqDataSource component. As Q3 is already live, you can try it out! Just drag the component from your Visual Studio toolbox, where you can find it under the Telerik.OpenAccess.Web category: To get you started and allow you to learn how to use OpenAccessLinqDataSource in no time, we have prepared a video for you on Telerik TV. Enjoy watching it and don’t forget to rate it - we value your feedback highly! If you like learning OpenAccess...
    November 24, 2011 1 min read
  • Release

    What’s New in JustTrace Q3 2011

    JustTrace is perhaps the friendliest profiler on the market, but you will find that JustTrace Q3 2011 is even further enhanced with polish and enhancements to the user experience to make this a must-have tool for better code. If you’re interested in the detailed improvements we’ve made to JustTrace this release, please take a look at the version notes. This article will focus on two new features: Compare Snapshots for Memory Profiler and Call Tree Navigation. Compare Snapshots Previous editions of JustTrace had the Compare Snapshots feature but were restricted to performance snapshots. This has now been expanded to include memory snapshots. Since drag and...
    November 23, 2011 2 min read