Telerik blogs

Latest

  • Web ASP.NET MVC

    Binding to a collection of dynamic objects with Grid Extension for ASP.NET MVC

    Great news everybody! With its latest version and the addition of MVC3 specific build, you can now bind the MVC Grid to a collection of dynamic objects quite easily. Note that we will be using the new Razor view engine for extra fun. Just declare the View’s model to be IEnumerable<dynamic> 1: @using Telerik.Web.Mvc.UI 2: @model IEnumerable<dynamic> 3: @( 4: Html.Telerik().Grid(Model) 5: .Name("Grid") 6: .Columns(columns...
    November 12, 2010 1 min read
  • Web

    Google Chrome & Safari 5 Execution Support

    I am pleased to announce that WebUI Test Studio now has execution support for Google Chrome and Safari 5! You can now record once, and playback across even more browsers including Internet Explorer, Firefox, Safari and Chrome.  Our Q3 release is available to download today, come see what has the QA community buzzing. See Google Chrome Test Execution in Action on Telerik TV.  
    November 12, 2010 1 min read
  • Web

    The World of Model&ndash;View&ndash;ViewModel - through my eyes.

    The Big UI Problem Since the User Interface came on the scene of software development, it is constantly one of the biggest problems. It is really hard to design the architecture of the User Interfaces, User Interactions and deal with all the logic around, all the different states and behaviors. It is not an easy task also to separate the UI logic from the other layers of the architecture. On the other hand, even if you develop the whole application, you should start to think about how to automatically test the UI (unit tests, components tests, integration tests…), how to maintain it in a way...
    November 12, 2010 8 min read
  • Web

    RadMediaPlayer true FullScreen support

    Telerik's official Q3 2010 release just came public introducing many improvements and new features. One of them is RadMediaPlayer's full screen support. Prior to Q3 2010 release developers had to implement additional logic to provide full screen support for their apps using RadMediaPlayer. With the new release users can experience true full screen apps without any custom code. Full screen support is build inside the media player but can be easily customized by using the IsFullScreenProperty or attaching a handler to the FullScreenChanged event. In addition, two new properties are available which you can use to customize whether the video controls panel and...
    November 12, 2010 1 min read
  • Release

    Q3 2010 brings more slickness, performance and new controls to RadControls for Silverlight/WPF

    Q3 2010 brings more slickness, better performance and new controls to RadControls for Silverlight/WPF to allow you develop your most interactive and richest Line Of Business applications. The latest major release includes new powerful data visualization controls, Data Virtualization for data-bound controls, supercharged RichTexBox and the most feature-rich and innovative ScheduleView control for WPF. RadSparklines Sparklines are intense, simple, word-sized graphics that bring context and history to numbers. Adding sparklines to the numbers in any report shows patterns and trends for those numbers, making the report much more useful for the end-user.   RadBulletGraph The BulletGraph is extremely useful in dashboards, or just any report, because it...
    November 12, 2010 2 min read
  • Release

    Expression Descriptors in Q3 2010 for WPF & Silverlight

    Another four months have gone by and another awesome release of RadControls has arrived! One of the exciting new features in this release are the so-called 'Expression Descriptors'. Previously, whenever our clients wanted to filter data but needed even more control than our good old FilterDescriptor could provide, they had to subclass it and override some of its methods. Even though that approach works, it is tedious and cumbersome. And, as much as LINQ Expressions rock, having to manually generate expression trees by hand... yuck! The new FilterDescriptor<T> allows you to directly plug a predicate that determines which items are filtered. You...
    November 11, 2010 2 min read
  • Desktop WPF

    Ignite your DataViz with Telerik Sparklines for Silverlight/WPF

    More and more customers are building dashboards and other rich line of business applications for Silverlight and WPF are discovering the potential of these platforms for data visualization. Not only are UI frameworks constantly evolving but there are new advancements in the field of dataViz itself which make the whole ecosystem even more interesting. Keeping up with with the industry trends Telerik is expanding it’s product portfolio with new controls to enable our customers to build fast, robust and rich dashboards in minutes.   One such addition which I will talk about today is our new sparklines controls. At first look the...
    November 11, 2010 3 min read
  • Productivity Testing

    Using WebUI Test Studio's Visual Debugger

    Telerik's Q3 release of WebUI Test Studio includes many new, exciting features that will further advance productivity by integrating features that allow for powerful script creation without the complexity found in most QA Automation Tools. In this article, I will cover off our Visual Debugger, an interactive widget that docks to the bottom of your web browser during test execution. The Visual Debugger widget not only displays information such as what step is currently being executed, but also provides an interface to pause your test execution. Once paused, you can replay the current step, execute your test step by step, or continue normal ...
    November 11, 2010 2 min read
  • Web

    PDF export with RadGridView for Silverlight Q3 2010

    I’m happy to announce that with our just released Q3 2010 you will be able to export RadGridView to PDF using our Documents Format Providers: For more info download this demo application. Enjoy!...
    November 11, 2010 1 min read
  • Desktop WPF

    Keep your project and Toolbox in sync

    I guess the larger part of you have to maintain various projects using different versions of a Telerik suite, let’s say RadControls for ASP.NET AJAX. Having in mind the above mentioned scenario, working with two projects referring different versions of the Telerik.Web.UI assembly there are the following options :   Have parallel installs of both the RadControls versions on your machine. This one works fine until one day, while in a hurry, you just expand a RadControls group in your Toolbox, drag a control over your page, attempt to build the project and find it broken. The reason for...
    November 11, 2010 2 min read