Telerik blogs

Latest

  • Web

    Prism v2 now supports Silverlight and WPF

    You know Telerik's commitment to provide cross platform Silverlight and WPF controls with shared code base. Now that you have all those cross platform controls (more to come in Q1) - what is  the next step you need to do in order to have your application working in SL/WPF with a shared codebase? This is an easy question - you need to use the guidance provided from the Patterns and Practices team at Microsoft of course :). There is now official documentation on msdn available. Here is an extract from the project description from the codeplex site: "The Composite Application Guidance for WPF and Silverlight is designed to help you more easily build enterprise-level Windows Presentation Foundation (WPF) and Silverlight client applications. This...
    February 18, 2009
  • Web ASP.NET AJAX

    RadTips, Episode 16: Manual Ajax Requests Using the RadAjax Client-Side API

    I’m happy to announce another episode of RadTips, a series of screencasts offering tips and tricks for using Telerik's RadControls. If you've missed previous episodes, be sure to check them out. Each is only a few minutes long and covers a specific feature of the RadControls. Here is a list of the last few episodes... Customizing the Look of the RadAjaxLoadingPanel for ASP.NET AJAX Sharing Toolbars with the RadEditor for ASP.NET AJAX Using Declarative Client-Side DataBinding in the RadGrid for ASP.NET AJAX, Part 1 Using Declarative Client-Side DataBinding in the RadGrid for ASP.NET AJAX, Part 2 Introducing the RadInputManager for ASP.NET AJAX If you’re interested in...
    February 15, 2009
  • Web

    Hiding JavaScript code from old browsers

    Sometimes we need to hide the JavaScript code from the old browsers that do not support it. To prevent old browsers from displaying your JS code, do the following:   Immediately after the opening <script> tag, put a one-line HTML-style comment without the closing characters, so that the first two lines of your script would look like this: <script language="JavaScript"><!-- At the end of your script, put the following two lines: //--></script> Thus, your HTML file will contain the following fragment: <script language="JavaScript"> <!--     ...
    February 14, 2009
  • Web ASP.NET AJAX

    RadTips, Episode 15: Introducing the RadInputManager for ASP.NET AJAX

    I’m happy to announce another episode of RadTips, a series of screencasts offering tips and tricks for using Telerik's RadControls. If you've missed previous episodes, be sure to check them out. Each is only a few minutes long and covers a specific feature of the RadControls. Here is a list of the last few episodes... Add an 'Export to PDF' Button to the RadEditor for ASP.NET AJAX Customizing the Look of the RadAjaxLoadingPanel for ASP.NET AJAX Sharing Toolbars with the RadEditor for ASP.NET AJAX Using Declarative Client-Side DataBinding in the RadGrid for ASP.NET AJAX, Part 1 Using Declarative Client-Side DataBinding in the RadGrid for ASP.NET...
    February 12, 2009
  • Web ASP.NET AJAX

    NEW Whitepapers on RadControls for ASP.NET AJAX

    The past few weeks have been very busy for our Evangelist team. Not only were they busy producing new videos for Telerik TV, conducting various webinars, writing extensive articles, and all the other things they do to help you better understand our products, but they have also been working hard producing new whitepapers. As a result, we are pleased to present two new white papers on RadControls for ASP.NET AJAX: Client-Side Development Made Easy In this whitepaper Todd Anglin talks about how you can utilize JavaScript to deliver dynamic and responsive experiences without learning a whole new programming model or banging your...
    February 11, 2009