Telerik blogs

Latest

  • Desktop WinForms

    How to select RadComboBox item with WatiN

    Firstly let me introduce myself. My name is Elena Tosheva and I’m a QA officer here at Telerik. I have been working here since the end of 2004 year, but it is the first time I’m blogging. I’m responsible for testing ASP.NET team 3 controls (RadComboBox, RadPanelBar, RadTabStrip, RadTreeView, RadMenu, RadToolBar and RadScheduler).   As you may already know , we use Selenium for integration testing together with the NUnit and JsUnit tests. Selenium is the best tool which fits our needs for the present. Here is a blog post provided by Falafel how to select RadComboBox item with Selenium....
    May 29, 2008
  • Desktop WinForms

    Using Commands with RadTreeView for WinForms

    Cool top secret features fascinate me. Remember the hidden “Easter eggs” game in Excel 2002 (http://www.j-walk.com/ss/excel/eastereg.htm)? Don’t you love it when developers pull something up from their sleeve, which is so cool, people just brag about it for years? Truth to be told, we have a secret feature in RadTreeView for WinForms as well. It may be not as cool as the “Easter eggs” Excel game, but is something I wanted to share with you for some time now. I like this one, because it is our small secret weapon in the war for dominating the world of software features. RadTreeView has...
    May 28, 2008
  • Release

    New online resources for the past three weeks (04/05/2008 - 05/25/2008)

    Below is a summary of the new online resources available for our ASP.NET controls/WinForm controls: ASP.NET RadAjax Help topics Manager vs. Panel: http://www.telerik.com/help/aspnet-ajax/manager-vs-panel.html RadAjaxManagerProxy: http://www.telerik.com/help/aspnet-ajax/ajax-manager-proxy.html Layout problem: Updated controls on a new line: http://www.telerik.com/help/aspnet-ajax/layout-problem-updated-controls-on-new-line.html RadTreeView Knowledge base articles How to expand a disabled node: http://www.telerik.com/support/kb/article/b454K-hhc-b454T-bgd-b454c-bgd.aspx RadEditor Knowledge base articles Disabling HTML editing in Html mode of RadEditor: http://www.telerik.com/support/kb/article/b454K-hma-b454T-a-b454c-cbetemdget.aspx Disabling the built-in shortcuts of RadEditor: http://www.telerik.com/support/kb/article/b454K-hmc-b454T-a-b454c-cbetemdget.aspx Setting a transparent background to RadEditor: http://www.telerik.com/support/kb/article/b454K-hme-b454T-a-b454c-cbetemdget.aspx 
  • Web ASP.NET AJAX

    Client-side edit, update, delete and insert with RadControls for ASP.NET AJAX, WebServices and LINQ

    Continuing my previous post regarding RadGrid client-side data-binding, I've made small example on how to perform edit, update, delete and insert using web services, LINQ and RadControls. Live Demo | Download
  • Web ASP.NET AJAX

    SQL Server sorting, paging and filtering with RadGrid client-side data-binding to WebService

    It is time to post new version of my 1 mil. records demo now with pure SQL Server paging, filtering & sorting. Basically this is very similar to how RadGrid will execute queries internally when you work with LinqDataSource, ObjectDataSource or ANY other DataSourceControl with built-in server paging. Furthermore, RadGrid is smart enough to not request all items in your collection by default if not needed even when you use direct binding via DataSource property. It is important to note that RadGrid will not oblige you to use any special DataSourceControl, class or interface! Conclusion: When you combine pure server-side data operations with pure JSON transfer between client and server, you can...
  • People

    Broadcasting Telerik TV!

    We are excited to unveil a new initiative we have been working on for the past weeks – Telerik TV! Together with Carl Franklin from .NET Rocks we have come up with a cool way to show great implementations of Telerik products. Each episode Carl will be interviewing customers who will be sharing their experience with our tools and making in-depth presentation of their projects. You should not miss the first episode with Lino Tadros from Falafel Software! He presents ActiveFocus - a web-based Project Collaboration and Productivity System his company built using Telerik RadControls. It is ...
    May 23, 2008
  • Desktop WPF

    WPF Series: Creating Generic Adorner

    As I have mentioned at the end of the previous post today I will show you how to create a generic adorner, which will allow you to decorate a single element  multiple times at different positions. At the end we will be able to create something that looks like this: To achieve this we will need a way to say that we want to position the adorner at the different corners of the element as well as to specify whether we want to be inside or outside (vertically or horizontally) of the element. Let's create some enumeration types that will serve for...
    May 22, 2008
  • Web

    RadControls and ASP.NET Dynamic Data - Update

    UPDATE: You can download the latest Dynamic Data bits from here. We have been working for some time to integrate RadGrid in the ListDetails page template. I am pleased to announce that this is now a fact. You can use a modified version of ListDetails.aspx bundled with RadGrid. See for yourself: You can download the bits from here. They are tested with the latest Dynamic Data bits which you can grab from here. I would like to thank David Ebbo for his continuous support and help. Also a big thank you to my colleague Vlad (our local RadGrid expert) who provided invaluable assistance with...
  • Release

    Telerik Reporting courseware available for free download

    Our friends at Falafel did it again - they created an amazing step-by-step guide for Telerik Reporting customers. The extensive document will walk you through the product, highlight its capabilities and provide in-depth information about databinding, styling, expressions, sorting, filtering, design-time and much more. Coming to nearly 200 pages, the courseware comes with a lot of code snippets that will show you the true power of our report generator engine. The courseware is available for free download at http://www.telerik.com/support/self-paced-tutorial.aspx Enjoy! And keep the feedback...
  • Web ASP.NET AJAX

    Client-side data-binding with RadGrid for ASP.NET AJAX, WebServices and LINQ - Part II

    Today I've spent another ~ 30 minutes to extend RadGrid client-side data binding demo to 1 mil. records from my previous post and now you have caching and filtering included. All data operations are accomplished using famous Dynamic Query Library however you can easily rewrite the demo to use SQL syntax instead if you want. You can check the new example here and download the source from here. Enjoy!