Telerik blogs
  • Release

    RadEditor for MOSS (SharePoint 2007) Discontinued as of Q2 2012

    Microsoft is going to end the mainstream support for SharePoint 2007 (MOSS) on October 9th, 2012 (see on the official support lifecycle page), we also stopped the development of RadEditor for MOSS, just like we followed suit with the support for .NET 2.0. The last official release of RadEditor for MOSS is version 5.8.16 (Q2 2012), which is based on Telerik's ASP.NET Editor (version 2012.2.607). The RadEditor for MOSS build is using a .NET 2.0 version of Telerik.Web.UI. Since we are no longer maintaining a .NET 2.0 build, we cannot have new versions of the MOSS editor. Please keep in mind that support for integrating newer versions of...
    August 20, 2012
  • Release

    Just Like a Second Birthday – Telerik’s Controls for ASP.NET AJAX and Visual Studio 2012 RTM

    It’s not every day you get to talk about the newest RTM release of Visual Studio, but once in a blue moon (OK, every two years or so ;)) you are lucky enough to be able to say “it’s finally here” to the latest iteration of the .NET developer’s favorite IDE. Much like your birthdays as a kid where you awoke with much glee and excitement to find some of your most requested toys (Power Rangers Megazoid anyone?) many of us arrive to our offices (or for those of you working from home, roll out of bed :D) and start...
    August 15, 2012
  • Web ASP.NET AJAX

    Migrating OnClientClick handlers from ASP button to Telerik’s ASP.NET AJAX Button

    Let’s start with some background – a common need is for a button to execute some JavaScript code in order to create a more responsive page. With the standard ASP:Button the OnClientClick is used to specify this execution statement. Take the following simple example: <script type="text/javascript">     function ButtonClick(button) {         alert("The Button with ID " + button.id + " was clicked.");     } </script> <asp:Button ID="Button1" Text="Regular Button" OnClientClick="ButtonClick(this); return false;" runat="server" />   What you can see here is a function called with parentheses, an argument provided to the function and the return false; statement that prevents the postback. The case with Telerik’s ASP.NET AJAX Button is slightly different, however. It follows the convention all other Telerik ASP.NET AJAX...
    August 10, 2012
  • Release

    The New ASP.NET AJAX PivotGrid Brings Business Analysis Reporting to Your Fingertips

    When it comes to complex business data analysis, a visualization tool that allows for multi-dimensional cross-tabular reports is invaluable. This is why many of you will gladly welcome Telerik’s ASP.NET AJAX PivotGrid - a data summarization control allowing end-users to gain unparalleled insights into their business processes and operations. Let’s check the key features!
  • Web ASP.NET AJAX

    The best fit for your project - Telerik's ASP.NET AJAX ComboBox or AutoCompleteBox?

    We have always tried to listen to our customers' feedback and act accordingly in order to provide the best service possible and deliver more than expected:). A common feature request that we are receiving these days is to provide token input that has the same functionality as the one that can be found in Facebook, for example. On a side note, we have noticed that every now and then there are customers, who are having a hard time configuring our RadComboBox in load on demand/autocomplete scenarios. Then an idea came to our minds. - “Hey, why don’t you extract the auto complete...
    August 06, 2012