Telerik blogs
  • Web ASP.NET AJAX

    RadGrid Client Data Binding And ADO.Net DataServices example

    With the release of the .Net 3.5 SP1 Beta more and more people have started to ask us if the RadGrid for ASP.NET Ajax supports binding to ADO.Net DataServices. And what is the answer, you may have asked yourself? Yes it does! To demonstrate this I have updated one of  Vlad's well-known client data binding examples. As you may notice there are only a few changes to the code, mostly the parts where the web service calls are concerned.   Download the example.
    June 27, 2008
  • Release

    New online resources for the past four weeks (05/26/2008 - 06/20/2008)

    Below is a summary of the new online resources available for our ASP.NET controls//Telerik Reporting/Sitefinity: ASP.NET RadGrid Code library entries Display RadGrid row details in AjaxToolkit ModalPopupExtender: http://www.telerik.com/community/code-library/submission/b311D-beckhk.aspx RadAjax Help topics General Troubleshooting -> SharePoint WebPart: dynamically added AJAX Manager missing in Page.Controls (not uploaded yet) RadComboBox Code library entries Multicolumn combo with LoadOnDemand and ShowMoreResults: http://www.telerik.com/community/code-library/submission/b311D-beagbb.aspx
    June 24, 2008
  • Release

    RadEditor for ASP.NET AJAX in Community Server

    We have updated the Telerik editor provider for Community Server to use the new RadEditor from the ASP.NET AJAX suite. The new provider is available for download from the following URL - http://blogs.telerik.com/Libraries/Stoyan_Stratev/RadEditorWrapper20080623.sflb?download=true (deployment instructions are included in the archive).   There are some major changes in the new provider. I will list them here: 1. ScriptManager - since the new editor is built on top of the Microsoft ASP.NET AJAX Extensions, it requires that the System.Web.Extensions.dll assembly is either in the bin folder of the CommunityServer web site or in the machine's GAC. You do not need to add a ScriptManager control on...
    June 23, 2008
  • Web

    Opera 9.5 - Love at First Sight

    The new Opera 9.5, released about a week ago, quite easily established itself as my default "home" browser. It is sooooo much faster than Firefox and Internet Explorer, especially when it comes to heavy web applications such as Gmail and Facebook (and doesn't hang either). And what's more, the Opera guys finally made the Alt + D keyboard shortcut focus the address bar as is in the other two browsers (stretching out to reach F8 was rather inconvenient. Happiness is in the small things, you know... :-) ). Opera 9.5 also includes DragonFly, which is the more powerful successor of the browser's...
    June 20, 2008
  • Web ASP.NET AJAX

    Uploading Multiple Files with RadUpload

    Hello Everyone, my name is Rosi and I am a developer on the ASP.NET navigation controls team. This is my first blog post and I will be talking about the RadUpload component.  Many customers have asked how to upload multiple files with it. Unfortunately RadUpload does not yet support this functionality out of the box, but I will show you how to work-around this limitation. The trick is uploading one  .zip file and extracting it on the server.  To achieve this we will need a little help from a third party library.  Such libraries are  DotNetZip and SharpZipLib which provide a convenient API to manipulate .zip files.  For the purposes of this blog post...
    June 19, 2008