Telerik blogs

Latest

  • Release

    JustCode formatter – Introduction

    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...
    May 27, 2021 3 min read
  • Release

    Telerik MVC Extensions commercial Q3 2011 service pack available

    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...
    May 27, 2021 2 min read
  • Release

    Check this out: Telerik’s ASP.NET AJAX Q3’11 Service Pack is Live

    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...
    March 17, 2025 1 min read
  • Release

    New Refactorings in JustCode Q3 2011

    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...
    May 27, 2021 2 min read
  • Release

    Q3 2011 SP1 RadJumpList for Windows Phone 7 now adds support for bindable Data Descriptor collections

    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...
    May 27, 2021 2 min read