Telerik blogs
  • Productivity

    Forward Mapping with OpenAccess and MySQL

    Those of us who develop with the .NET Framework have probably connected to a Microsoft SQL Server database at one time or another. If you’re using v3.5 of the Framework, you’ve probably even used the new LINQ to SQL object relational mapper to hook your web forms up to your database for easy data display and manipulation. But what happens if you aren’t using SQL Server? What if you want the same functionality – and ease of use – that LINQ to SQL provides, but need to use a different database technology? Enter OpenAccess. Telerik’s OpenAccess ORM supports many of the most popular...
    February 16, 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
  • Productivity

    OpenAccess, WCF, and a RadGrid (Oh My!)

    I’ve been working on a project that uses OpenAccess ORM as the persistence layer between my app and the database. Since the app is going to be used on both web and client platforms I wanted to add a services layer to serve up the data. Turns out it’s pretty easy to do. So I’ll walk you through a quick demo of how to hook OpenAccess up to WCF services and then consume the data with a RadGrid. Set up the project structure First, create a class library project called Data to hold the data access code. This is where you’ll use OpenAccess to...
    February 14, 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
  • 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...
    February 13, 2009
  • Productivity

    Forward Mapping with OpenAccess and MySQL

    Those of us who develop with the .NET Framework have probably connected to a Microsoft SQL Server database at one time or another. If you’re using v3.5 of the Framework, you’ve probably even used the new LINQ to SQL object relational mapper to hook your web forms up to your database for easy data display and manipulation. But what happens if you aren’t using SQL Server? What if you want the same functionality – and ease of use – that LINQ to SQL provides, but need to use a different database technology? Enter OpenAccess. Telerik’s OpenAccess ORM supports many of the most popular...
    February 16, 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
  • Productivity

    OpenAccess, WCF, and a RadGrid (Oh My!)

    I’ve been working on a project that uses OpenAccess ORM as the persistence layer between my app and the database. Since the app is going to be used on both web and client platforms I wanted to add a services layer to serve up the data. Turns out it’s pretty easy to do. So I’ll walk you through a quick demo of how to hook OpenAccess up to WCF services and then consume the data with a RadGrid. Set up the project structure First, create a class library project called Data to hold the data access code. This is where you’ll use OpenAccess to...
    February 14, 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
  • 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...
    February 13, 2009