Telerik blogs

Latest

For the latest product updates, please visit Release.

  • Web ASP.NET AJAX

    3 Reasons Why You Should Register for Our Special ASP.NET AJAX Webinar Series

    You’ll see Telerik’s Evangelist Carl Bergenhem build an ENTIRE e-commerce application in real time showcasing the capabilities of RadControls for ASP.NET AJAX You’ll see how easy it is to take advantage of modern technologies, like jQuery, OData, Azure, HTML5/CSS3 when you use Telerik’s ASP.NET AJAX controls You’ll get advanced tips and tricks on how to optimize the performance of your applications Did I say only 3 reasons? In case you give me 30 more seconds of your time, here’s the rest of the deal: At the end of the series not only will the attendees get the sample application’s source code in case they’d like to play...
    August 10, 2011
  • Web ASP.NET AJAX

    Getting Started with RadNotification

    Having the ability to quickly, and easily, present an important piece of information to your users is very important. However, having a huge window or a JavaScript alert popup appear in the middle of the screen certainly isn’t too discrete and can end up annoying the user. This is why we created the RadNotification control. This new component allows you to have a similar popup to what you might already be used to from Outlook, a quick box that appears somewhere on the screens and then later disappears. In this blog post we will take a look at this new...
  • Web ASP.NET AJAX

    A closer look at the new RadNotification control in RadControls for ASP.NET AJAX

    Have you ever searched for a quick and simple way to notify your users that something new is going on? Or just to show them some status message upon specific condition or time interval? This is now pretty easy to achieve with the new RadNotification control which joins RadControls for ASP NET AJAX suite in the Q2 2011 release! Until now, you could achieve the same effect by using some popup in multiple approaches but you will always need to add a timer, load on demand code, server script or something else, depending on the exact requirements and that is why...
    July 27, 2011
  • Web ASP.NET AJAX

    Telerik RadControls for ASP.NET AJAX – Getting Started with RadImageEditor

    We often get requests for new controls and features for our products here at Telerik, and the RadControls for ASP.NET AJAX are definitely no exception. One of the most popular requests has always been for the ability to edit images online. Enter the RadImageEditor. This new control, introduced with the Q2 2011 release, allows for end users to take images, edit them in various ways, and then either save them to the server or to their local machine. In this blog post I’ll introduce this new control to you, taking a quick look at how to set it up (it’s...
  • Web ASP.NET AJAX

    Skins organization in RadControls for ASP.NET AJAX

    The Q2 2011 release of the RadControls for ASP.NET AJAX brings in two novelties in regard to the skins organization: New skins assembly is introduced (Telerik.Web.UI.Skins) The “skins chooser” is reworked and is much more friendly   What is Default Skin?   The default skin is declared in the web.config file of the project. This is the global site-wide skin to be used by the RadControls for ASP.NET AJAX. However it can be overwritten by each control via its Skin property or by the whole page by using the RadSkinManager.   What is Telerik.Web.UI.Skins?   The Telerik.Web.UI.Skins is an assembly that contains some new skins. The old skins...