Telerik blogs

Latest

  • Desktop WPF

    New gaud for the 3-Dimensional WPF RadChart

    Last time I wrote about Labels in 3D, but it turned out to be more of a Step-By-Step How-To. This time the blog will be short and up to the point - our RadChart for WPF has a new shiny primitive, which is ... ta-daaaaa ... a 3-Dimensional Rounded Bar/Box.   Well, we are not the first to introduce such a primitive. It is, of course, easy to create rounded box model in 3D Studio Max, Maya or any other 3D-modeling tool (as other component vendors did for you), but that approach does not allow easy customization - each time you...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Working with RadScheduler recurring appointments on SQL server*

    UPDATED: Rebuilt project with the 2011 Q2 version of RadScheduler You might have noticed that RadScheduler uses very cryptic strings to describe repeating appointments. We have decided not to reinvent the wheel and in fact this format is closely based on the iCalendar (RFC2445) standard. Here is an example: DTSTART:20080218T000000Z DTEND:20080219T000000Z RRULE:FREQ=MONTHLY;INTERVAL=12;BYDAY=-2MO;COUNT=3;   This rule says: "The event starts at midnight on 18th of February 2008, lasts one day and repeats each year, for 3 years, on the second to last Monday of February". Now say this three times fast. As much as standards-based those strings are,...
    May 27, 2021 3 min read
  • Web

    IntelliSense for Expression Blend

    [Update]: You can find the addin for Expression Blend 2.0 SP1 here. The problem Expression Blend has been out in the wild for quite some time. However one of the most annoying thing was the lack of autocompletion (aka IntelliSense). Most of devs/designers out there were constantly switching from Blend to VS and backwards to do their stuff. The great free tool Kaxaml is at great help as well. The solution Using the Blend 2.5 add-ins architecture I have created an add-in that adds IntelliSense in Blend. I have reused the code from Kaxaml and adapted it work within Blend. Take a look: Download You can download the add-in from here....
    May 27, 2021 2 min read
  • Web

    Search Engine Optimization: Use an HttpHandler when Redirecting

    It is fairly common that you will need to configure a page in your web application to redirect a user to another page. The reasons for this vary, but in one specific case you may want to rethink how you are redirecting your users. When a call to Response.Redirect() is made, the server sends a response back to the client with an HTTP 302 status code, telling the client that the resource has temporarily moved and where it can find the resource. I've created a simple page, OldPage.aspx, which redirects to NewPage.aspx during the Page_Load event. Let's jump into FireBug and see exactly...
    May 27, 2021 3 min read
  • Release

    New online resources for the past two weeks (07/21/2008 - 08/01/2008)

    Below is a summary of the new online resources available for our ASP.NET controls/WinForms controls/Telerik Reporting/Sitefinity: RADCONTROLS FOR ASP.NET New major release (Q2 2008): http://www.telerik.com/products/aspnet-ajax/whats-new.aspx http://www.telerik.com/products/aspnet-ajax/release-history.aspx RadGrid Code library entries How to Obtain Reference to RadGrid DetailTables' Containing Rows and Cells, and Customize Their Appearance: http://www.telerik.com/community/code-library/submission/b311D-bkbhhc.aspx RadAjax Code library entries How to Set 100% Height and Random Styles to a RadAjaxManager Update Panel: http://www.telerik.com/community/code-library/submission/b311D-bkbkkd.aspx
    August 01, 2008 2 min read
  • Web ASP.NET AJAX

    Telerik RadGrid client-side data-binding to RSS and ATOM feeds

    I've made small example how to bind RadGrid for ASP.NET AJAX on the client to an RSS and...
    May 27, 2021 1 min read
  • Web

    dotNet Register: An Intro

    One of the tasks that has been on my "to do" list for quite some time now is to build a big, real world-ish application that not only provides value to the community but also shows-off a lot of the RadControls in action. It's a big task and one that's especially hard to tackle when traveling about the world to speak and preparing smaller demos that work well in "small bites." But I'm putting my foot down and committing to begin work on this big project now! The goal of my "big project"- which, by the way, still needs a...
    May 27, 2021 3 min read
  • People

    Tell us what’s on your mind – are print ads dead?

    Welcome to the newly-created marketing blog! While all developers at Telerik were busy preparing new cool features and upgrades for the Q2 release, the efforts of the marketing team were focused on cooking up brand-new print ads to match the enhanced Telerik products. Finally our concepts saw the light of day – you can find their online versions below. We’ll be happy to read what you think about them. To dig deeper into the topic, people say technical ads full of info are the ones that developers pay attention to. However, is this really the case or are you more likely to...
    May 27, 2021 2 min read
  • Release

    RadControls and ASP.NET Dynamic Data - Minor Update

    UPDATE: You can download the latest Dynamic Data bits from here. We have just published a new update of our Dynamic Data bits. We fixed a bug which could cause possible duplication of items in RadComboBox (in the ForeignKey editor). The zip also includes the latest official release of RadControls for ASP.NET Ajax. You can download the bits from here....
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    RadTips, Episode 1: Client-Side DataBinding in the RadGrid

    I am pleased to bring you the first of many episodes from my new video series, RadTips. These episodes will be posted regularly here on the Telerik blogs, and each will highlight a specific feature of a RadControl in a short, concise screencast. The point of this effort is to bring you quick tips on how to take advantage of the features of our RadControls without having to devote more than a few minutes of your time to the learning process. In this first episode, we'll take a look at client-side data binding with the RadGrid. There are no bells and...
    May 27, 2021 1 min read