Telerik blogs
  • Productivity Testing

    WebAii Testing Framework: From HTML to XAML and Back -- RadHtmlPlaceholder

      Along with the Service Pack of RadControls for Silverlight Q2 we released an update of the free test automation solution, the WebAii Testing Framework. There are additions, fixes and improvements in all the components including the core WebAii, WebAii RadControls for Silverlight and ASP.NET AJAX. With this post I’d like to bring your attention to the latest addition to our Silverlight controls wrappers – the RadHtmlPlaceholder one. As you probably know, the control itself is a pretty useful component part of the RadControls for Silverlight suite.
    August 27, 2009
  • Productivity

    Visual Studio 2010: Code snippets for “RadControls for ASP.NET AJAX”

    To enable support for Visual Studio 2010 Beta 1 you will need to select “Complete” when installing RadControls for ASP.NET AJAX Q2 2009 SP1     One cool new feature of Visual Studio 2010 is that snippets now work in the HTML editor. Code snippets for C# and VB have been supported in previous versions of Visual Studio, however the new HTML Snippets feature gives you the same productivity boost when writing markup or ASP.NET server control declarations in the HTML Editor.   The following procedure describe how to use RadControls for ASP.NET AJAX code snippets:   In Visual Studio 2010, on the File menu, point to New...
    August 27, 2009
  • People

    Vote for Telerik products

    Telerik made it to the final of this year’s Community Choice Awards organized by Windows IT Pro and SQL Server Magazine. The awards will recognize the best products and services in the industry by a community vote. Participants have the chance to win a bunch of cool prizes provided by Windows IT Pro magazine like a $250 gift card or one of 30 Windows IT Pro T-shirts. We have been nominated in the following 5 categories: Best Business Intelligence & Reporting Product Best Development Tool Best SharePoint Product Best Free...
  • Desktop WinForms

    Multi-Item Drag and Drop with the RadListBox for WinForms

    Earlier this week, I ran across a forum post asking about how one would go about creating multiple RadListBoxes that supported multi-item drag and drop. This sounded like a fun challenge, so I decided to take it on. Referencing an earlier forum post that described single-item drag and drop, I came up with the following solution. Calling DoDragDrop() immediately changes the mouse pointer and readies the RadListBox for the drag-and-drop operation. Originally, I had tried calling this function in the MouseDown event, but this lead to unpredictable clunky behavior due to the fact that DoDragDrop() was getting called before I had the chance to ...
    August 27, 2009
  • Web

    Self-reference hierarchy with Telerik TreeView for Silverlight

    Often we need to display in a TreeView flat, self-referencing data, loaded from a database, that has properties ID and ParentID (or similar) that define the hierarchy. The Telerik TreeView for ASP.NET can automatically bind itself to such data, but our Silverlight TreeView cannot do this out of the box. Fortunately, this “limitation” can be easily avoided with a simple value converter. There is a little trick, however – each data item needs a reference to its parent collection. Consider the following very simple data object: public class DataItem : INotifyPropertyChanged { private string text;   public int ID { get; set; } public int ParentID {...
    August 27, 2009
  • Productivity Testing

    WebAii Testing Framework: From HTML to XAML and Back -- RadHtmlPlaceholder

      Along with the Service Pack of RadControls for Silverlight Q2 we released an update of the free test automation solution, the WebAii Testing Framework. There are additions, fixes and improvements in all the components including the core WebAii, WebAii RadControls for Silverlight and ASP.NET AJAX. With this post I’d like to bring your attention to the latest addition to our Silverlight controls wrappers – the RadHtmlPlaceholder one. As you probably know, the control itself is a pretty useful component part of the RadControls for Silverlight suite.
    August 27, 2009
  • Productivity

    Visual Studio 2010: Code snippets for “RadControls for ASP.NET AJAX”

    To enable support for Visual Studio 2010 Beta 1 you will need to select “Complete” when installing RadControls for ASP.NET AJAX Q2 2009 SP1     One cool new feature of Visual Studio 2010 is that snippets now work in the HTML editor. Code snippets for C# and VB have been supported in previous versions of Visual Studio, however the new HTML Snippets feature gives you the same productivity boost when writing markup or ASP.NET server control declarations in the HTML Editor.   The following procedure describe how to use RadControls for ASP.NET AJAX code snippets:   In Visual Studio 2010, on the File menu, point to New...
    August 27, 2009
  • People

    Vote for Telerik products

    Telerik made it to the final of this year’s Community Choice Awards organized by Windows IT Pro and SQL Server Magazine. The awards will recognize the best products and services in the industry by a community vote. Participants have the chance to win a bunch of cool prizes provided by Windows IT Pro magazine like a $250 gift card or one of 30 Windows IT Pro T-shirts. We have been nominated in the following 5 categories: Best Business Intelligence & Reporting Product Best Development Tool Best SharePoint Product Best Free...
  • Desktop WinForms

    Multi-Item Drag and Drop with the RadListBox for WinForms

    Earlier this week, I ran across a forum post asking about how one would go about creating multiple RadListBoxes that supported multi-item drag and drop. This sounded like a fun challenge, so I decided to take it on. Referencing an earlier forum post that described single-item drag and drop, I came up with the following solution. Calling DoDragDrop() immediately changes the mouse pointer and readies the RadListBox for the drag-and-drop operation. Originally, I had tried calling this function in the MouseDown event, but this lead to unpredictable clunky behavior due to the fact that DoDragDrop() was getting called before I had the chance to ...
    August 27, 2009
  • Web

    Self-reference hierarchy with Telerik TreeView for Silverlight

    Often we need to display in a TreeView flat, self-referencing data, loaded from a database, that has properties ID and ParentID (or similar) that define the hierarchy. The Telerik TreeView for ASP.NET can automatically bind itself to such data, but our Silverlight TreeView cannot do this out of the box. Fortunately, this “limitation” can be easily avoided with a simple value converter. There is a little trick, however – each data item needs a reference to its parent collection. Consider the following very simple data object: public class DataItem : INotifyPropertyChanged { private string text;   public int ID { get; set; } public int ParentID {...
    August 27, 2009