• 2012 is already here and it is time to look forward to the first major release for this year – Q1 2012. As always, this release will be full of great new features that will make your applications even more professional. These features will be no surprise to anyone, just take a look at some of the most voted features in our Public Issue Tracker:

    Public Issue Tracker for Windows Forms

     

    In order of appearance in the list, the features that we plan to introduce in Q1 2012 are:

    - Printing support for RadScheduler and RadGridView. This feature will allow you to directly pass your RadScheduler/RadGridView instance to the...

  • Search in JustDecompile

    Friday, January 13, 2012 by Just* Team | Go comment!

    There are many reasons why you would want to decompile an assembly with Telerik JustDecompile. Perhaps you’re curious about the inner workings of a particular reference, or maybe you’re looking for interesting techniques. But when you’re trying to solve an issue, you need to be able to quickly find what’s going wrong. Clues can range from a particular method call to an exception message, and a more robust method of searching was requested on the JustDecompile User Voice. We have answered the request in the latest version of JustDecompile.

    The Search Window

    The new search window is accessible through the common shortcut...

  • image

    Hello everyone,

    You have asked and we have listened! A new set of WP7 videos have been released. This time we included: RadJumpList, RadCalendar and RadDataBoundListBox.

    The videos below are hosted on TelerikTV and are around 8-10 minutes each. So grab a coffee and put on your favorite tunes and check them out.

    The Source Code to all of the videos is also available to download now.

    In case you missed the Q3 2011 WP7 Webinar describing our new controls then you can watch it here and don’t forget to check out this follow-up blog post...

  • Last year Telerik sponsored the WP7 Unleashed Events – a series of hands-on lab events organized by Microsoft and the local communities. 25 apps of all applications submitted at the end of each event were selected and one of them won the Telerik Grand Prize – $5000. The winner of the big prize was Jack of Tools - the app that turns your phone into a virtual tool belt.

    We are talking with Jonathan Isabelle from Digitalmason.net, the company that created Jack of Tools and a few other Windows Phone apps, about his observations on the Windows Phone app market, his success...

  • The formatter in Telerik JustCode is one of its many great features. Its main goal is to let you define and enforce your code style across your projects. It is a very important part of the product as it is used in many other places as well (for example typing assistance and refactorings).

    Configuration

    The JustCode formatter is very configurable. You can find its options in the Code Style section of the JustCode options dialog:

    You can also configure JustCode to share the Code Style options per solution. To do that, go to the Options Sharing page in the Options.

    Supported languages

    As shown on the image...

  • RadMap provides a rich set of geocoordinate-enabled shapes that can be defined and displayed onto the map surface .There are scenarios, however, where you would like to do more than just position a shape onto the map. This blogpost will demonstrate how to manipulate each individual segment of line/polyline/polygon shape based on mouse input from the user. For example we will select (highlight) a point, and drag the selected object to another location on the map – modifying in this way the shape or the line segment.
    First of all we’ll need two Information layers – one...

  • Happy New Year everyone! I hope you enjoyed the Christmas and New Year holidays and spent them with your beloved ones. Let's wish prosperous and joyful year 2012 to all of us!

    Now that everything is going back to the regular daily routine here at Telerik, I want to present you the Q3 2011 SP1 release of Telerik Extensions for ASP.NET MVC, delivered for the commercial package. This is our present, right after the holidays, to our MVC prospects...
  • It’s amazing how much we managed to do since the official Q3 2011 release. We’ve improved and introduced so many things you guys have shared with us, so go ahead and check the Service Pack out.

    Here’s a small part of the release highlights: 

    • jQuery library used in Telerik.Web.UI is updated to version 1.7.1
    • AsyncUpload – hover state is added for the select button
    • Grid – introduced new client-side methods, clearSort() and clearFilter(), for clearing the applied sort and filter expressions, as well
    • Grid – improved support for OpenAccessLinqDataSource control
    • Input – new HTML5 input type “time”
    • ScriptManager – added support for scripts grouping...
  • With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release.

    Anonymous, Lambda And Named Method Conversions

    Now you can easily alter between those three ways of defining and using a method. Select the method and then choose from the refactorings menu "To Anonymous", "To Lambda" or "To Named Method" (refactorings context menu is shown with the shortcut Alt+Insert or from the VisualAid’s R menu):

     

    Convert Interface To Abstract Class And Vice Versa

    Next we have "Convert Interface To Abstract Class" and vice versa. Place...

  • Some time ago a customer of ours asked us if there is a possibility to use the FilterDescriptors, SortDescriptors and GroupDescriptors collection in a MVVM context by binding them to collections defined by the view model. As all the data is managed there, why not also manage the data operations in the same class? Unfortunately, these three properties are readonly and therefore binding them to a property defined by the main view model wouldn’t work.

    We decided that allowing similar scenarios will simplify the development with RadJumpList and therefore as of Q3 2011 SP1 the control exposes three new properties which...