Telerik blogs

Latest

  • 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...
    February 11, 2009 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...
    February 10, 2009 1 min read
  • Web

    RadColorPicker for Silverlight

     With the upcoming release of RadControls for Silverlight Q1 2009 we are announcing a new set of color controls: RadColorPicker, RadColorSelector and RadColorPaletteView for Silverlight.  RadColorPicker is very useful in a lot of business application where a color component is needed. The control that we are building has support for the most commonly used color functionality .             Here are the top 5 features:     -  25 Preset Color Palettes : to speed up your work RadColorPicker is shipped with 25 ready-to-use color palettes like Grayscale, Web216, ReallyWebSafe, Office, etc.     -  Custom Color Palettes: You can easily define your custom colors and set them...
    February 10, 2009 1 min read
  • Release

    Announcing RadEditor for Silverlight CTP

    We are very excited  to announce that our Q1 release will feature a CTP edition of Telerik RadEditor for Silverlight. This initial version will support the most basic set of features but you can rest assured that there is a lot more cooking. RadEditor integrates three of our new controls for Silverlight – RadToolbar, RadToobarTray and RadColorPicker. The first two will give you fine-grained control over the positioning of the elements you choose to insert in your editor. The customizable RadColorPicker is used for choosing font and highlight colors and offers a well-known tool to end-users. Below you can find a non-exhaustive list of the initially supported...
    February 10, 2009 2 min read
  • Desktop WPF

    Setup a simple RadChart for WPF

    To get started working with any control, I find it useful to begin with a fresh project.  So below you will see that I have very simple XAML for my WPF application which adds a RadChart to the form.  In this post, I want to demonstrate the basic setup and binding of data to the RadChart. <Window x:Class="CreateABasicChart.Window1"      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"      Title="Window1" Height="484" Width="750" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation">...
    February 10, 2009 2 min read
  • Web ASP.NET AJAX

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

    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 Templates in the RadScheduler for ASP.NET AJAX  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 If you’re interested in these and...
    February 10, 2009 1 min read
  • Web

    Masked TextBox control for Silverlight and WPF

    The next release from Telerik is on its way and in the next couple of days we will announce here what we have been working on, and what you can expect. Your feedback on the feature list of the controls is very important right now - we are on the final road, but there is still a time for a slight modifications and tweaks in the controls. If you see something that we have missed just let us know. First of the controls that we are announcing is the Rad Masked TextBox for Silverlight and WPF. This is one of the controls that is so common, that you...
    February 09, 2009 1 min read
  • Web jQuery

    Chainability (The Magic of jQuery)

    This article is taken from How jQuery Works.   jQuery uses an interesting concept called a "Builder" to make its code short and simple. The Builder pattern is an object-oriented programming design pattern that has been gaining popularity. In a nutshell: Every method within jQuery returns the query object itself, allowing you to 'chain' upon it, for example: $("a") .filter(".clickme") .click(function(){ alert("You are now leaving the site."); }) .end() .filter(".hideme") .click(function(){ $(this).hide(); ...
    February 07, 2009 1 min read
  • Productivity Reporting

    Bind Your Telerik Reports to XML Data

    One of the cool things about Telerik Reporting is that you can bind it to just about any kind of data source. Regardless of whether your data is stored in a SQL Server database, an XML document, or a simple text file, if you can read it into one of the supported data source types then you can bind it to your report. Since XML is a often used to store data, I thought it might be helpful to demonstrate how to bind your report to the data in an XML file using LINQ to XML. To get started, create a class...
    February 06, 2009 5 min read
  • Web

    The many localizations of RadEditor and RadSpell

    Did you know that there over 25 localized versions of RadSpell's dictionaries (30, to be exact)? Did you know there are over 10 localizations of RadEditor? When you're building a global site, you often need to support a number of languages, and thanks to Telerik's outstanding community, we are able to offer a huge range of localizations for the RadControls- especially those controls which depend heavily on localized strings. Not all controls require localizations- a RadSlider or ColorPicker, for example, communicate their UI without any built-in strings. Even controls like RadGrid don't have much need for localization. Other controls- like...
    February 06, 2009 2 min read