Telerik blogs

Latest

  • Release

    Introducing Printing Support for GridView and Scheduler for WinForms

    Have you ever wondered how to print your RadGridView and RadScheduler instances? I guess you have. Yet, this is one of the most voted features in our Public Issue Tracking System. The good news is that Q1 2012 is close and printing support for RadGridView and RadScheduler will be a part of it. This support will allow the end-user to directly pass RadGridView and RadScheduler data to the printer. S\he does not need to export the data to other formats in advance (PDF, Excel, etc.) in order to print it, nor should s\he scan his\her monitor :-) As always, we’ve made the printing...
    May 27, 2021 2 min read
  • Release

    A better way to view images in RadFileExplorer for ASP.NET AJAX – thumbnail view comes in Q1 2012

    Starting with the Q1 2012 release, the RadFileExplorer gets a new display mode - thumbnails. In this mode the grid with folder and file details is replaced with a listview, which shows the current folder in a display similar to the Windows File Explorer's medium icons view. The best scenario for this new display mode is when you want to display thumbnails of image files - these will be shown instead of the default image file icon we have in the control. Other supported files (e.g. office documents) will show up with normal icons.   The size of the thumbnail icons...
    May 27, 2021 1 min read
  • Release

    First Kendo UI Commercial service pack delivered

    Here we are with the first maintenance release of the Kendo UI Web + DataViz commercial package! This drop brings a few features across the Web and DataViz widgets as well as a range of bug fixes for issues discovered after the V1 2011 RTM release. ...
    May 27, 2021 2 min read
  • Release

    New Mocking Capabilities in JustMock Q3 2011 SP

    Telerik JustMock received many new features in the service pack for the Q3 2011 release, enhancing the mocking framework’s impressive ability to mock almost everything. Let’s take a look at a few highlights of JustMock Q3 2011 SP. Mock Inside a Threadpool Mock objects can be accessed inside of another thread and work as expected. var mockable = Mock.Create<Mockable>(); Mock.Arrange(() => mockable.IsMocked).Returns(true); bool mocked = false; var latch = new WaitLatch(); ThreadPool.QueueUserWorkItem(cookie => { try { mocked = mockable.IsMocked; } finally { ...
    May 27, 2021 3 min read
  • Release

    The Q1 2012 MVC Beta is here with new Area chart and galore of charting features

    I am happy to announce the immediate availability of the Telerik MVC Extensions Q1 2012 Beta release! With it comes the longed-for Area chart type as well as a bunch of new features for the majority of the existing chart types supported by our MVC charting. We are also shipping a plethora of small and medium-sized features across all the Telerik MVC extensions, as well as formal support for the Chrome 16 and FireFox 10 browser versions. I won't go into much detail about each and every new functionality delivered with the Beta and, consecutively, the upcoming official major release...
    May 27, 2021 2 min read