Telerik blogs

Latest

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

    Telerik announces the RadToolBar for Silverlight.

    With the upcoming Q1 release Telerik will include an official version of the RadToolBar control in the RadControls for Silverlight bundle. RadToolBar will mimic the functionalities and behavior of the VS toolbar with its Strip and Overflow areas.  All the items in the toolbar will jump between the strip and the overflow depending on the toolbar’s size. In addition, the developer will be able to stick items into one of these areas using a single property  - OverflowMode. RadToolBar will also support Style Selector for item containers. We pre-defined styles for many of the regular controls – button, textbox , combobox and expander. Along with...
    May 27, 2021 1 min read
  • Desktop WPF

    Working with a simple RadGauge for WPF

    Presenting data to users can be done in a variety of ways, but gauges offer a unique way to present data with elegance.  Gauges are easily recognized by most users since they see them on a daily basis.  Think about when you drove to work this morning, you probably looked at your car dashboard which may have looked similar to the picture below.  You knew your speed, fuel status and a number of other important metrics at a glance.  Well, the RadGauge for WPF gives you the ability to implement this same powerful concept in your applications In this post, I...
    May 27, 2021 2 min read
  • 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...
    May 27, 2021 1 min read
  • Productivity

    New version of Telerik Trainer

    I am very excited to share with you a preview of the new version of Telerik Trainer! Download it here For those of you unfamiliar with Telerik Trainer, this is a tool that leverages the latest technologies to combine video training with hands on coding and self-paced tutorials. It's beyond a video player - the application binds video with synchronized highlights, topical table of contents navigation, and a code launching feature that opens code files in Visual Studio and automatically navigates to the relevant file and line number. Check here for more info on Telerik Trainer. Together with our ...
    May 27, 2021 2 min read
  • Desktop WPF

    Binding RadGridView Controls Together using CellElements

    Our dear friends from Falafel Software (the creators of Telerik Trainer, among other great things) have posted a cool blog on Binding RadGridView Controls Together using CellElements. I would suggest it to any one using RadGridView to WinForms!   Thanks, Rachel!...
    May 27, 2021 1 min read
  • 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...
    May 27, 2021 2 min read
  • Web ASP.NET MVC

    MVC design template

    We have just uploaded a contribution to Microsoft’s MVC design contest – a web-design template free for all to use with the MVC framework. Our entry is a clean, simple, blue-themed web-design generic enough to fit a broad range of scenarios. Please feel free to download and jumpstart your next project. We thought the contest was a great way to further support our clients in their switch to the MVC. Our RadControls for ASP.NET AJAX already boasts full support for the MVC (see live demo, join our forums), so we thought providing an out-of-the-box design solution is a logical next step. Initiatives like this...
    June 28, 2023 1 min read
  • Web ASP.NET AJAX

    RadTips, Episode 14: Using Declarative Client-Side Databinding in the RadGrid for ASP.NET AJAX, Part 2

    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... Spell-Checking with the RadSpell for ASP.NET AJAX 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 If you’re interested...
    May 27, 2021 1 min read
  • Web

    3D in Silverlight from Telerik

    It’s an absolute pleasure to share some bit of good news with all our customers and fans. One of our secret Telerik Labs projects is shaping up pretty well. As the title suggests, its a homebrew Silverlight 2 3D engine with perspective and lightning (more features are in the works). Since the movie Pink Panther 2 is coming out soon we decided it will be cool to show off the technology with our own 3D Silverlight pink panther. Enter the panther! (Click the picture to start the demo) While this is only a pink panther you can probably imagine the slick products this...
    May 27, 2021 1 min read