Telerik blogs

Latest

  • Release

    New online resources for the past four weeks (09/01/2008 - 09/26/2008)

    Below is a summary of the new online resources available for our ASP.NET AJAX controls/WinForms controls and Sitefinity CMS: RADCONTROLS FOR ASP.NET AJAX RadGrid Code library entries Dual Listbox functionality: http://www.telerik.com/community/code-library/submission/b311D-bkhmgg.aspx RadGrid Items reorder using DB backend: http://www.telerik.com/community/code-library/submission/b311D-bgbdak.aspx Help topics Persisting selected items client-side with sorting/paging/filtering/grouping: http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-client-sorting-paging-grouping-filtering.html get_dataItem() method: http://www.telerik.com/help/aspnet-ajax/grid-get-data-item.html findElement() method (not uploaded yet) get_isFilterItemVisible() property (not uploaded yet)
    September 30, 2008 1 min read
  • Release

    What's cooking in the WinForms team?

    We have served many dishes since we opened the WinForms restaurant, and I am delighted to say that our customers very much like the direction we are heading. Today I'm very excited to give you a taste of some really appetizing desert bites straight out of the WinForms kitchen! Needless to say, we get many requests for old tastes with new flavors, but this particular one stands out as a jalapeño sticking out of a cheese cake. Yes, we have been working on a new favorite desert recipe - RadScheduler for WinForms - a scheduler as tasty as we all want...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    CSS >> Emulating border-color: transparent in Internet Explorer 6

    Fortunately, Internet Explorer 7 supports border-color: transparent, but still, there are hardcore IE6 users and it seems that they will never update their browsers. This post is targeted to the developers that care and dare to make their websites crossbrowser. Thanks to a less known Internet Explorer CSS filter, the transparent border in Internet Explorer 6 can be easily achieved. Consider the following lines of CSS code: .testDiv { width: 200px; height: 200px; border: solid 10px transparent; } It works correctly under Internet Explorer 7, FireFox, Opera and Safari, while Internet Explorer displays a solid black border around .testDiv. To put it to work with IE6, we will create another rule, that is visible only in version...
    May 27, 2021 1 min read
  • Release

    Microsoft Unveils Next Version of Visual Studio and .NET Framework

    If you are passionate about technology like I am, especially from Microsoft you will most probably find it interesting that MS revealed the new versions of Visual Studio and the .NET Framework will be 2010 and 4.0 respectively. A screenshot of Visual Studio 2010 is also available:   It seems that Microsoft is looking to help developers produce high quality software in a more agile manner by introducing tools like the Microsoft Test Runner and the new Test Impact View window in this release of Visual Studio.   You can find the official announcement here and more details on MSDN here. I am sure that you have many questions...
    May 27, 2021 1 min read
  • Release

    Silverlight2 RC0 is out!

    Rad Controls For Silverlight update is coming too.   Today Scott Guthrie announced the availability of the Release Candidate 0 of Microsoft Silverlight2 plugin. Read His post here.   A full coverage of what has been changed since the beta2 release is available on the Ashish Shetty blog.   For me one of the biggest changes is the availability of the SnapsToDevicePixels property . Now our Silverlight applications will not look blurry anymore. Awesome!   The other important update for us are the improvements on the Accessibility and UI automation. We know how important the accessibility is for you - so, the news here is that all our controls will implement the...
    May 27, 2021 2 min read
  • People

    Join me at the Heartland Developer's Conference on Monday & Tuesday

    This Monday and Tuesday I'll be in Minneapolis at the Heartland Developer's Conference. There are 30 sessions planned over two days, and it is sure to be a huge success. If you haven't already signed up, you may be out of luck as it is a sold out show. For those of you coming, I invite you to visit one of my two talks. On Monday I'll be giving an introductory talk to Silverlight 2.0, where you'll hear about all the things you can expect from this new release. With Microsoft announcing a release candidate yesterday, you can bet the official release...
    May 27, 2021 1 min read
  • Web jQuery

    How To: Animate RadGrid headers using jQuery

    Yesterday I saw this and I really liked the script. The idea is to animate backgroundPosition CSS property for desired HTML element and I have created small example how to do the same for RadGrid column headers: Enjoy! [Download]...
    May 27, 2021 1 min read
  • Release

    Telerik Reporting Q2 2008 SP2 is now live

    Our continuous commitment to provide prompt fixes and excellent support for our products has resulted in a second Service Pack of Telerik Reporting. While smaller than the first one, it still contains important bug fixes and improvements. Here is a summary of what has been fixed: Report parameters are not displayed when Session State mode in SQLServer or StateServer. Sometimes font-size is not set correctly in HTML rendering. WinViewer.ToolbarVisible is not serialized correctly at design-time when the viewer is in a hidden container. Adding Dock or Anchor first and then setting KeepTogether does not warn of incompatibility. It simply crashes the...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    RadTips, Episode 7: Customizing RadScheduler Appointments with Resources

    Welcome back to another episode of RadTips, a series of episodes 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 RadControl feature: 1 - Client-Side Data Binding in the RadGrid 2 - Client-Side Paging in the RadGrid 3 - Client-Side Sorting in the RadGrid 4 - Client-Side Filtering in the RadGrid 5 - Getting Started with the RadScheduler 6 - Using the LinqDataSource in your RadGrid  This Week In this episode I show you how to add resources to your RadScheduler which you can then assign to...
    May 27, 2021 1 min read
  • Web ASP.NET AJAX

    RadTreeView for ASP.NET Ajax - Optimizing Load On Demand performance

    In a previous blog post I mentioned that you should use WebService load on demand in order to squeeze the most performance from RadTreeView. In this post I will show a few other tricks which can be used to improve the loading time even further. All techniques are optional and can be used independently. We start with a simple page containing only a single RadTreeView control with one root node. The testing environment is: Visual Studio 2008 SP1 Intel Core 2 Duo E6550 @ 2.33GHz. IIS7 web site Internet Explorer 7 Latest internal build of Telerik.Web.UI.dll (which will go live with the Q3 2008 release) Here...
    May 27, 2021 3 min read