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
  • 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
  • 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...
  • 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
  • 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