Telerik blogs

Latest

  • Temporary Post Used For Theme Detection (f45ac728-f886-45cc-807a-265c9a95662c - 3bfe001a-32de-4114-a6b4-4005b770f6d7)

    This is a temporary post that was not deleted. Please delete this manually. (3b588c01-feca-4ac7-bdfb-e7b310b483a3 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)...
    May 27, 2021 1 min read
  • Productivity Reporting

    Running Telerik Reports in the cloud with Windows Azure Part 2

    Download Telerik_Reporting_in_Azure (C# VS2010) - 1.69 MB As we bragged in the SP1 of Telerik Reporting Q1 2011 Available post, besides the improved performance and optimized server resources, the XAML rendering extension can now be used in Windows Azure. That is why we decided to update our cloud demo to show the reports in the Silverlight report viewer as well (which utilizes the XAML rendering). You can learn how to use the Silverlight report viewer from the Getting Started with the Silverlight Report Viewer for Telerik Reporting video. The updated demo site can be seen at http://telerikreporting.cloudapp.net/. The good news is there is nothing specific that has...
    May 27, 2021 2 min read
  • Mobile

    Does your Windows Phone 7 Chart Pan & Zoom?

    We believe that motion and interactivity are key parts of the whole Windows Phone 7 OS. That is why we put a lot of effort in implementing an intuitive and highly performing zooming and panning behavior for RadChart for WP7. We see many scenarios when a zoom is required – for example you may want to display large amount of data points – let’s say the monthly sales for a period of 10 years. In this case you may try to visualize all the 120 points within the device’s physical dimensions or you may apply a zoom to the chart...
    June 22, 2011 2 min read
  • Release

    New JustMock 2011 Q1 Internal build released

    We are excited to announce new JustMock internal build release published today. It's our second internal build after 2011 Q1 release. In the past weeks the product team has been focused mainly on polishing JustMock but hasn’t forgotten to add new stuff as well. Here is a comprehensive list of the functionalities that have been added and improved in the latest internal build including thorough examples: What’s new: New : Deep LINQ mocking support (mocking join query): Example (Details can be found in the LinqFixture.cs under the supplied examples):             var simple = new SimpleData();             Mock.Arrange(() => simple.Products).ReturnsCollection(GetFakeProducts());             Mock.Arrange(() => simple.Categories).ReturnsCollection(GetCategories());             var...
    May 27, 2021 3 min read
  • Mobile

    Solved -> Panorama control for WP7 not sliding initially

    [Download the solution project] There is a very weird issue in the current implementation of the Windows Phone 7 Panorama control. If you create an application that has the panorama control on its home page (and this is usually the case) you will notice that the initial sliding effect that exists in the Panorama control will not be played on the device. In the emulator everything seems to be running just fine. The other strange thing is that if you tombstone the application and the active it again the sliding effect of the panorama will be played.   We had this problem in Telerik ToDo application and after a...
    May 27, 2021 1 min read
  • Release

    Service Pack 1 for TeamPulse R1 released

    Last week, we released the first TeamPulse 2011 R1 service pack, it enhances the tools overall usage and introduces some bug fixes. For more details about this release check the release notes and download the latest version from your account. Along with the service pack, the TeamPulse team is also working hard on the new R2 release, targeted for Mid-August. So stay tuned! The TeamPulse team 
    May 27, 2021 1 min read
  • Mobile

    Windows Phone 7 MVVM #6 - RadChart

    I definitely hinted at a bit more visual of an example today in my last blog post in the Telerik Windows Phone 7 MVVM Series – so here we are today with the beta of RadChart for Windows Phone and a couple of examples of how these charts aren’t only insanely fast but easy to use for us developers.  We’ve been working with MVVM for a while now, so rather than taking any time to discuss the benefits of this approach or any related goodness, I want to jump right into the viewmodel first so that we can spend more time talking...
    May 27, 2021 6 min read
  • Web

    PDF Export with RadChart for Silverlight

    Every now and then when discussing the RadChart export options with customers, we receive the inquiry whether it is possible to export the control to PDF as well. The answer is – YES, it is definitely possible! While the chart control itself does not provide this feature out-of-the-box, you can easily build upon its export-to-image functionality and export it to PDF using our Documents Format Providers (also part of the RadControls for Silverlight suite). Basically, all you need to do is construct a document model based on the contents you want to export, and then pass the document to the PdfFormatProvider. Note...
    May 27, 2021 3 min read
  • Desktop

    The Impact of Windows 8

    (This article is a re-post from the Telerik Watch blog by Todd Anglin) By now, you've no doubt seen the first preview of Microsoft's follow-up to the hit Windows 7 release (if not, take five minutes and check-out the video on YouTube - don't worry, it's "official" and not a leak). Windows 8 finally has a name and a face, and we finally have a (public) glimpse of where Microsoft is driving the modern OS experience. The preview does not dive deep or provide the full story for Windows 8 (expect more details as Microsoft marches towards the September Windows 8 "BUILD" conference), but it does highlight...
    May 27, 2021 7 min read
  • Mobile

    Creating Loading Animation for Telerik WP7 Listbox

    [Download the application source code] We've got a lot of requests lately for adding animations in our own implementation of ListBox for WP7 - the RadDataBoundListbox. So we decided that we will add animations for the following scenarios:  - when the listbox is initially loaded,  - when the listbox is inside Pivot and the selected pivot item is changed,  - when items are added/removed from the ItemsSource and the new/old items are in the viewport of the control. This functionality will be available very soon out of the box. So in this blog post I'll show you how to create your own implementation of initial loading animation...
    May 27, 2021 2 min read