Telerik blogs
  • Release

    RadAsyncUpload Q2 Improvements

    The Q2 release is finally here and I am excited to talk about some of the changes in one of the newer controls in the RadControls for ASP.NET AJAX Suite – the RadAsyncUpload. If you browse the live demos, you may not notice any differences immediately, but that’s simply because most of the changes are under the hood. Let’s have a look… First the most important new feature, seen above – Multiple file selection! RadAsyncUpload now allows users to select multiple files at once in the File Selection dialog which is very handy in scenarios where uploading a large number of...
    July 15, 2010
  • Release

    The Q2 2010 release for Telerik ASP.NET AJAX and MVC is here

    The Q2 2010 official bits of RadControls for ASP.NET AJAX and Telerik Extensions for ASP.NET MVC BETA has just dropped under the 'Downloads' section of the Telerik registered users accounts. Share the joy and spread the word   Telerik ASP.NET AJAX Q2 2010 release In addition to the new RadTagCloud control, major features for RadEditor, RadGrid, RadRotator, RadScheduler, etc. and Sharepoint 2010 integration outlined here, we added: Carousel mode for RadRotator and integration with pager Save/load setting and filter on blur for RadFilter Improved RadEditor design-time Header and footer templates for RadListBox To gather each and every detail for the Q2 2010 release, explore the resources below: What's new Release notes Online demos Documentation   Telerik ASP.NET MVC Q2...
  • Release

    ASP.NET 4.0 Routing for RadDataPager for ASP.NET AJAX

    With Q2 2010 release of RadControls for ASP.NET AJAX we introduce built-in support for ASP.NET routing for RadGrid and RadDataPager controls. By setting a few properties you can enable nice SEO friendly urls. Below are the steps that you need to perform to enable routing for RadDataPager in ASP.NET 4.0 Create Global.asax file Describe how the route will be rewritten Set AllowSEOPaging="true" and AllowRouting="true" for RadDataPager. Have in mind that routing can be enabled only in context of SEO paging, i.e. AllowSEOPaging must be set to “true” to enable routing. Set RouteName="RadDataPagerRoutingExample" and RoutePageIndexParameterName="dataPager" depending on the settings in Global.asax. Voila! You have implemented routing in 4 simple steps....
    July 14, 2010
  • Release

    Domain Validation with Q2 2010 RadGrid and RadListView for ASP.NET AJAX

    As we all know, user input validation is one of the key concerns when developing various types of applications. Best practices and common sense suggest that validation rules should be kept as close to the business logic/domain model as possible. Fortunately, with the addition of Model Validation support with the Q2 2010 release of RadGrid and RadListView for ASP.NET AJAX, this is even easier than before. Please find attached a quick sample which illustrates this improvement in combination with RIA Services DomainValidator and DomainDataSource controls.     Have fun!...
    July 12, 2010
  • Release

    The Telerik CDN – Now with SSL support too!

    A not-so-minor drawback of our original CDN implementation was that it didn’t support secure sites. Your application will still work, but the Telerik controls will fall back to the slower Amazon S3 service when an HTTPS request is detected. But that’s a thing of the past! The Amazon CloudFront service now supports HTTPS Access and you can take advantage of it immediately.   Joy all around Simply set the BaseSecureUrl property to the corresponding values for RadScriptManager/RadStyleSheetManager:  <telerik:RadScriptManager ID="RadScriptManager1" runat="server">    <CdnSettings BaseSecureUrl="https://d2i2wahzwrm1n5.cloudfront.net" TelerikCdn="Enabled" /> </telerik:RadScriptManager>   <telerik:RadStyleSheetManager id="RadStyleSheetManager1"  runat="server" >    <CdnSettings BaseSecureUrl="https://d35islomi5rx1v.cloudfront.net" TelerikCdn="Enabled" /> </telerik:RadStyleSheetManager>  You can also do so through the global web.config settings:  <appSettings>  ...
    June 30, 2010