Telerik blogs

Latest

  • Release

    Structured Content Editing with RichTextBox for Silverlight/WPF

    Or How to Store Semantic Information In Documents Through Custom Annotations When we develop RadRichTextBox’s API, we always try to make it as extensible as possible. One of the most popular demands was the option to store “meta” information about parts of the document which is not directly visible by the user. The technique that most developers attempted to implement was to extend the document model and use custom document elements (Spans, Paragraphs, etc.). This approach, however, is not quite reliable, because RadDocument controls the lifecycle of all document elements while editing the content in RadRichTextBox and the document structure is only...
    May 27, 2021 4 min read
  • Desktop WPF

    Filtering Custom Types with RadGridView for Silverlight / WPF

    If you want to filter a column that is data-bound to a custom type, you need to make sure that your custom type meets certain criteria. We will use the type Person as an example. public class Person {     private readonly string name;     private int age;     public string Name     {         get { return this.name; }     }     public int Age     {         get { return this.age; }         set { this.age = value;...
    May 27, 2021 4 min read
  • Productivity Testing

    4.5 Tips for Working With Tests in Tables

    Many applications render data in tables; writing tests for table-based data is a very common task. Unless you approach it with a bit of preparation, it’s also a task that can easily result in you building very brittle tests. Consider the following grid which displays a list of contacts after having taken actions elsewhere in the system. (I’m using a Telerik RadGrid for AJAX in this example, by the way.) Perhaps one of our tests is to verify Jayne Cobb appears in the table. I can easily do that in two steps via a recorded step. Easy! The problem is ...
    May 27, 2021 4 min read
  • Release

    What's New in the RichTextBox for Silverlight/WPF?

    The first release of 2012 is already a fact and even though this Q has been shorter due to the shift in the release dates which Todd Anglin blogged about, we managed to include some long-awaited improvements and new features. The first and most important change is that RadRichTextBox now supports multiple sections in the document. To see how it works, you can open the Silverlight demo, choose the Page Layout tab from the RibbonUI and click “Breaks”. Inserting a section break will split the current section into two, providing the option to format the two parts differently. Section breaks are extremely...
    May 27, 2021 2 min read
  • Release

    Telerik’s ASP.NET AJAX Controls Support Visual Studio 11 Beta from Day One!

    Unless you missed it somehow, last week Microsoft released the public preview of Windows 8 along with the beta of Visual Studio 11. They are both available for download right now and we encourage you to check out the tiled future :). If you already did that and you are still wondering if it's possible to build normal ASP.NET AJAX web applications using the new Win and VS releases, then this blog post will be helpful to you! First of all, a new build of the Telerik's ASP.NET AJAX controls is available in your accounts, specifically targeting Visual Studio 11 beta! The features...
    May 27, 2021 2 min read
  • Release

    Telerik & Visual Studio 11 Beta: State of Affairs

    For those of you who are already playing with the Beta version of Visual Studio 11, we have some exciting updates, as well as a bit of a roadmap to share. We have been (and will continue) working very closely with Microsoft to make sure all of our products support the beta.  I am happy to report that most of our products are compatible with the beta and can be downloaded today:  UI Components: RadControls for ASP.NET AJAX RadControls for ASP.NET MVC RadControls for WinForms  Data: Telerik Reporting Telerik OpenAccess ORM - in Fluent scenarios only, get the NuGet package here.  Visual Studio Productivity Plug-ins: Telerik JustTrace Telerik...
    May 27, 2021 2 min read
  • Release

    RadControls for WinForms Q1’12 Refresh Brings VS11 Support, .NET 4.0 Build and Win8 Beta Compatibility

    The time has come for Microsoft to officially announce and deliver Visual Studio 11 Beta and Windows 8 Consumer Preview. We are aware that together with us you want to ride the wave of the latest innovations in the software world. Therefore, we decided that we should deliver the respective updates as soon as possible. And here they are: Visual Studio 11 Support Just install our WinForms suite on VS 11 and you will be immediately available to start working with our tools. Toolbox, design-time support, templates – all this is supported by VS 11 allowing you to continue your work with the...
    May 27, 2021 2 min read
  • Web ASP.NET AJAX

    Native Binary Excel Export Made Its Way to Our ASP.NET TreeList

    Q1 2012 brings yet another popular export format to the already rich set of TreeList features. This time, we added support for the Microsoft Excel format. The exported files are based on the binary BIFF standard and hereby they are fully compatible with virtually all versions of Microsoft Excel and most of the XLS BIFF compatible software. Another benefit is that you will be able to access the output file using the widely popular OleDB Jet provider. Similar to the PDF export, you can apply custom styles in two different ways – using the built-in item styles (ItemStyle, HeaderStyle and the...
    May 27, 2021 1 min read
  • Release

    What’s New in the Beta Metro/JS Templates for VS11

    A blog by Chris Sells, VP of Tools & Frameworks at Telerik. (Original post here) The Consumer Preview of Windows 8 (aka the Win8 beta) is now available for download, along with the matching Visual Studio 11 beta. You can download them both from the Developer Center for Metro style Apps and at least when I did the downloading this morning, it was smooth and worked well. In case you’re interested, I downloaded the ISO, not the setup, and I am currently writing this blog entry in Windows Live Writer running inside a WMWare Workstation 8.0 virtual machine running on the Windows 7 host OS running inside Boot...
    May 27, 2021 13 min read
  • Release

    Kendo UI Q1 Beta Release

    As an evangelist for Kendo UI, I get to talk about awesome stuff all the time.  Awesome is par for the course.  Awesome is what I work with every day.  And you might be thinking to yourself, “Sure, of course you think it’s awesome.  That’s your...
    May 27, 2021 3 min read