Telerik blogs
  • Release

    The New Telerik.com

    For the past several months, we've been rebuilding & redesigning the Telerik.com web site.  Our existing web site had served us very well, but it was beginning to show some age.  We were anxious to utilize some of the newer techniques & technologies available to us and, in the end, hopefully offer a better experience to our customers. Telerik.com is a big a web site and rebuilding it wasn't a trivial task.  Not only does Telerik.com get a lot of traffic, but it also contains a TON of content (product information, demos, support articles, forum posts, etc.).  To support this task we needed a...
    November 06, 2008
  • Release

    ASP.NET Ajax Controls and jQuery

    .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } As you probably know by know the Q3 2008 release is out. In this release we included the jQuery JavaScript library in our scripts. For now only RadTreeView and RadScheduler benefit from it but we plan deeper jQuery integration in the future. In this blog post I will show you how to use the built-in jQuery file in your projects. Including jQuery If you have RadScheduler or RadTreeView in your page jQuery is already included so you can skip to the next paragraph. If not - read ahead. Add a ScriptReference pointing to Core.js as we use a slightly customized version of jQuery which...
    November 06, 2008
  • Web ASP.NET MVC ASP.NET AJAX

    ASP.NET Ajax Controls in ASP.NET MVC

    The Q3 2008 release is now out and I am glad to inform you that RadScriptManager provides support for ASP.NET MVC view and master pages. What this means is that RadControls for ASP.NET Ajax can be used in ASP.NET MVC. We have tested with the ASP.NET MVC Beta 1 release. .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } Using RadControls for ASP.NET Ajax in ASP.NET MVC View Pages 1. Add an instance of RadScriptManager to your view page (or master page). Make sure the required HTTP handlers are properly registered (can be done from the smart tag in design time). 2. Add a control to your view page or master page. The following...
    November 06, 2008
  • People

    Small Businesses, Meet BizSpark

    About a year ago, Microsoft launched a cool new program called DreamSpark to help students get started learning to use Microsoft development technologies. DreamSpark allows students to access a wide range of development software from a secure site, allowing them download fully-licensed products like Visual Studio 2008 Professional, SQL Server 2008 Developer Edition, Windows Server 2008, and XNA Game Studio 2.0, among others. I have always thought this was a cool initiative on Microsoft's part to help those developers who don't have the financial means to gain access to these products themselves. Well, it seems Microsoft is at it again. Today S....
    November 06, 2008
  • Desktop WinForms

    RadControls for WinForms in Telerik Trainer

    Recently there was a question posted on the Telerik forums asking if there were plans to include some Telerik Trainer videos for the RadControls for WinForms.  The timing of this question was great since there was already a video being produced on this very topic.  If you haven't experienced the Telerik Trainer, you are missing out.  It presents video content on a given topic with the ability to jump to any part of that video via the Table of Contents.  Additionally, when there is code being presented as part of the video the Telerik Trainer allows you open the code for...
    November 06, 2008
  • Release

    The New Telerik.com

    For the past several months, we've been rebuilding & redesigning the Telerik.com web site.  Our existing web site had served us very well, but it was beginning to show some age.  We were anxious to utilize some of the newer techniques & technologies available to us and, in the end, hopefully offer a better experience to our customers. Telerik.com is a big a web site and rebuilding it wasn't a trivial task.  Not only does Telerik.com get a lot of traffic, but it also contains a TON of content (product information, demos, support articles, forum posts, etc.).  To support this task we needed a...
    November 06, 2008
  • Release

    ASP.NET Ajax Controls and jQuery

    .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } As you probably know by know the Q3 2008 release is out. In this release we included the jQuery JavaScript library in our scripts. For now only RadTreeView and RadScheduler benefit from it but we plan deeper jQuery integration in the future. In this blog post I will show you how to use the built-in jQuery file in your projects. Including jQuery If you have RadScheduler or RadTreeView in your page jQuery is already included so you can skip to the next paragraph. If not - read ahead. Add a ScriptReference pointing to Core.js as we use a slightly customized version of jQuery which...
    November 06, 2008
  • Web ASP.NET MVC ASP.NET AJAX

    ASP.NET Ajax Controls in ASP.NET MVC

    The Q3 2008 release is now out and I am glad to inform you that RadScriptManager provides support for ASP.NET MVC view and master pages. What this means is that RadControls for ASP.NET Ajax can be used in ASP.NET MVC. We have tested with the ASP.NET MVC Beta 1 release. .csharpcode { overflow:auto; } .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } Using RadControls for ASP.NET Ajax in ASP.NET MVC View Pages 1. Add an instance of RadScriptManager to your view page (or master page). Make sure the required HTTP handlers are properly registered (can be done from the smart tag in design time). 2. Add a control to your view page or master page. The following...
    November 06, 2008
  • People

    Small Businesses, Meet BizSpark

    About a year ago, Microsoft launched a cool new program called DreamSpark to help students get started learning to use Microsoft development technologies. DreamSpark allows students to access a wide range of development software from a secure site, allowing them download fully-licensed products like Visual Studio 2008 Professional, SQL Server 2008 Developer Edition, Windows Server 2008, and XNA Game Studio 2.0, among others. I have always thought this was a cool initiative on Microsoft's part to help those developers who don't have the financial means to gain access to these products themselves. Well, it seems Microsoft is at it again. Today S....
    November 06, 2008
  • Desktop WinForms

    RadControls for WinForms in Telerik Trainer

    Recently there was a question posted on the Telerik forums asking if there were plans to include some Telerik Trainer videos for the RadControls for WinForms.  The timing of this question was great since there was already a video being produced on this very topic.  If you haven't experienced the Telerik Trainer, you are missing out.  It presents video content on a given topic with the ability to jump to any part of that video via the Table of Contents.  Additionally, when there is code being presented as part of the video the Telerik Trainer allows you open the code for...
    November 06, 2008