Telerik blogs
  • 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
  • Release

    New online resources for the past four weeks (09/29/2008 - 10/31/2008)

    Below is a summary of the new online resources available for our ASP.NET AJAX controls and Telerik Reporting: RADCONTROLS FOR ASP.NET AJAX RadScheduler Knowledge base articles External skins break the Image of the DatePicker button: http://www.telerik.com/support/kb/article/b454K-bbbk-b454T-a-b454c-cbetemdget.aspx How to access controls in the advanced form: http://www.telerik.com/support/kb/article/b454K-bbbg-b454T-cth-b454c-cth.aspx How to go to a specific date in Day View by clicking on the date cell in Month View: http://www.telerik.com/support/kb/article/b454K-bbbm-b454T-a-b454c-cbetemdget.aspx  
    November 04, 2008
  • Web ASP.NET AJAX

    Using Regular Expression TextBox

    I've already blogged about the new RadInputManager control in the Beta of Q3 2008 for RadControls ASP.NET AJAX. One of the other very useful features that you can now take advantage of in the RadInputManager is its RegExpTextBox setting. Regular expressions are a good way to validate text fields such as names, addresses, phone numbers, and other user information. You can use it to constrain input, apply formatting rules, and check lengths. If you capture input by using TextBox controls, you can use the RegExpTextBoxSetting settings to validate that input - for example to restrict the range of valid characters, to strip...
    October 23, 2008
  • Web ASP.NET AJAX

    A quick, but not so dirty Image Editor using the public RadEditor ImageEditing API

    The ImageEditor dialog in RadEditor has been around for about half a year, providing much wanted common image editing capabilities to the editor's end users.      This dialog in fact is the front-end of a basic image editing engine that has been built into the Telerik.Web.UI.dll. Some time ago our colleague Todd Anglin suggested that we make the API public so it can be used independent of the editor. Sounded like a good idea - and the coming Q3 2008 will allow you to take advantage of it :)  And since the functionality is already available in the already released RadControls Futures (which acts...
    October 23, 2008