Telerik blogs

Latest

  • Desktop WinForms

    Binding to custom fields with RadScheduler for WinForms

    We just finished working on the Q2 2009 release of RadControls for WinForms. One of the best things about releases is that we get to show off the cool new stuff that we managed to get done. One of my favorite features is the full support for binding to custom fields in RadScheduler. Yes, this means that you finally can have RadScheduler bound to that email field in your data source. And do you know what’s the best part? It’s fairly easy: 1. If you have not already done this, add your custom field to your data source. 2. You will need a custom...
    May 27, 2021 3 min read
  • Productivity Testing

    Welcome the Free Test Automation Solution for RadControls

    I’m happy to announce that a FREE test automation solution is now officially part of the Telerik portfolio. I’ll summarize here some of its fundamentals as well as how to get started with the WebAii Testing Framework. First of all, it’s an extension of WebAii, the ArtOfTest’s free Web testing automation library. During the past years the framework was greatly extended and its user base/popularity grew tremendously. Now it serves as the very base of advanced test automation solutions such as ArtOfTest’s Automation Design Canvas and its Telerik brother – WebUI Test Studio. Many QAs and developers ...
    July 06, 2009 4 min read
  • Release

    Telerik Q2 2009 Release Week Webinars

    [Cross posted from Telerik Watch] Smell that? That's a freshly baked release from Telerik that's just about ready to "officially" launch. The Q2 2009 release is one of the biggest releases in Telerik's history, again delivering simultaneous updates to all 7 Telerik product lines at one time. An update of this scale is bound to have lots new and interesting stuff, and we can't wait to put it in your hands so you can start playing with it. The official launch of Q2 2009 is Monday, July 6th, and to help you jump-off with the new bits and maximize your productivity...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    Z-index demystified

    In this blog post I will try to explain how CSS z-index works and a how to avoid a few common mistakes. First of all the z-index is used to control the z-order of positioned HTML elements. Simply put it controls the stacking order of HTML elements. To set it set the "z-index" CSS attribute of your element to some integer value. Z-index works only for positioned elements. Positioned elements are elements whose "position" CSS attribute is set to "relative", "absolute" or "fixed". The default "position" is "static" which means that by default setting z-index has no effect. Z-index is NOT measured in...
    May 27, 2021 4 min read
  • Productivity

    Object Scope lifecycle management in web scenarios

    The stateless nature of the Http protocol brings quite a deal of concerns about the handling of the IObjectScope in a web application. Few questions usually arise when dealing with entity containers (like the DataContext in Linq to SQL or the IObjectScope in Telerik OpenAccess ORM): where to initialize the scope, where to dispose it, how to integrate with the Page’s lifecycle, etc.. In this post we share our views on the best-practices approaches that secure safe and consistent use of the IObjectScope in web scenarios. The desired result of the used patterns is to have one object scope, initialized on...
    May 27, 2021 2 min read
  • Productivity

    Partial Trust and Telerik OpenAccess ORM

    First let us apologize on the behalf of the whole team that we didn’t share this great feature of our product earlier. We will try to shed more light with this post. So what is with the partial trust? Why it is such a dramatic problem for a lot of applications? Let us define what the impediments are to every real application out there that runs in partial trust: Overview of Partial Trust Most common security mechanisms give rights to users based on their logon credentials (usually a password) and restrict resources...
    May 27, 2021 3 min read
  • People

    Win a free PDC 2009 scholarship and more by playing with your favorite .NET controls!

    Calling all Telerik enthusiasts who would like to win a FREE pass to PDC 2009 in LA and dinner with our Chief Evangelist, Todd Anglin! Good news! Telerik is sponsoring the INETA & CVC Component Code Challenge: Building .NET Applications with Reusable Components. Check out the details below… The Challenge: Build an application utilizing any of Telerik’s components or tools (ASP.NET AJAX, Silverlight, Winforms, WPF, Reporting, or OpenAccess ORM). Be sure to choose at least one other approved vendor to use in your application – you must use at least two different vendors to be eligible. Then, submit a 3-5 minutes video using Camtasia...
    May 27, 2021 2 min read
  • Productivity

    Telerik OpenAccess ORM and Ado.Net Data Services Example Refreshed part III

    After we prepared our data service it is time to put some client UI into it. We will use 2 grids and a context menu. To start with, add a SilverLight application in your solution:
    May 27, 2021 5 min read
  • Release

    RadControls Q2 2009 source requires Visual Studio 2008

    The upcoming Q2 2009 release of RadControls for ASP.NET Ajax is now built with Visual Studio 2008. As most of you know Visual Studio 2008 supports multi-targeting and we decided to exploit that feature in order to improve our productivity. Here are the main reasons of preferring Visual Studio 2008 over Visual Studio 2005: The IDE provides better development experience. C# 3.0 provides lots of features which do not require .NET 3.5. To name a few: object initializers using the new "var" keyword anonymous types auto properties Improved compilation time. Seamless change of configurations - we can easily change the .NET framework version from the project settings. This however does...
    May 27, 2021 1 min read
  • People

    Explore the latest and greatest from Telerik Labs

    We are excited to announce the launch of Telerik Labs, your official gateway to the newest products and projects coming out of our product teams. There you will find valuable info on the latest innovations we are up to, read about new opportunities from emerging technologies, have access to interesting demos and samples as well as future additions to the company’s product portfolio. You will be able to download, explore and give feedback, helping us improve our products. The main idea of Telerik Labs is to add an additional layer of transparency and give you an inside look at our...
    May 27, 2021 1 min read