Telerik blogs

Latest

  • Release

    Telerik Q1 2011 ASP.NET plans

    It is this time of the year when the teams here at Telerik make their global next year planning, and the Telerik ASP.NET AJAX and MVC teams make no exception. For those of you, dear customers and prospects, who are eager to take a sneak peak at our year 2011 planning and want to know what is cooking for the Q1 release, I give you the official Q1 2011 ASP.NET teams roadmaps: Q1 2011 ASP.NET AJAX Roadmap Highlights: Two new AJAX controls - Ribbon and Month/Year picker New ListView and Scheduler SharePoint 2010 web parts A bunch of enhancements for the existing controls...
    May 27, 2021 1 min read
  • Release

    Telerik Q1 2011 ASP.NET plans

    It is this time of the year when the teams here at Telerik make their global next year planning, and the Telerik ASP.NET AJAX and MVC teams make no exception. For those of you, dear customers and prospects, who are eager to take a sneak peak at our year 2011 planning and want to know what is cooking for the Q1 release, I give you the official Q1 2011 ASP.NET teams roadmaps: Q1 2011 ASP.NET AJAX Roadmap Highlights: Two new AJAX controls - Ribbon and Month/Year picker New ListView and Scheduler SharePoint 2010 web parts A bunch of enhancements for the existing controls...
    May 27, 2021 1 min read
  • Desktop WPF

    OData support in RadGridView for Silverlight and WPF: The Netflix Catalog

    The Open Data Protocol – the other Microsoft data access strategy along with WCF RIA Services, did not gain as much as popularity as its RIA cousin (yet!). But here in Telerik we want to give you as much freedom and power as possible and this means making it extremely easy for our clients to access and manipulate their data in applications built with our components. Our RadDomainDataSource is coming soon, but is only one piece in the puzzle of enhanced data support in our controls – starting with RadControls for Silverlight and RadControls for WPF Q3 2010 it’s as simple as pie...
    May 27, 2021 1 min read
  • Productivity Reporting

    Connecting Telerik Reporting to SQL Azure via ADO.NET

     Download SqlAzure.AdoNet (C# VS2010) - 149KB Microsoft SQL Azure is a relational database service that allows you to host your SQL Server based database in the cloud. Since cloud computing is gaining a lot of popularity recently, we decided to demonstrate how to connect and consume an existing SQL Azure database with Telerik Reporting. There are three basic methods for connecting Telerik Reporting to a SQL Azure database: Using ADO.NET and the SqlDataSource component. Using Telerik Open Access and the OpenAccessDataSource component. Using Microsoft Entity Framework and the EntityDataSource component. In this blog post we will cover how to connect Telerik Reporting to SQL Azure via ADO.NET. The other two methods will be discussed in subsequent blog posts of the same series. For...
    May 27, 2021 2 min read
  • Desktop WPF

    Real-time update of Sparklines inside RadGridView SL/WPF

    Since Q3 2010 Telerik introduced the RadSparklines control. These new controls have remarkable performance as Yavor already showed. Today we will continue the topic of performance, however, we will do it in the context of a more real-world scenario. One application of the sparklines is to show financial data. Recently Vladimir Enchev blogged about real-time updates in RadGridView. Since sparklines and grids go hand-in-hand together when visualizing data we decided to prepare a small demo showing how to integrate both controls while still maintaining very good performance: In our project we took the real-time grid demo and also added some sparklines to it to illustrate...
    May 27, 2021 1 min read
  • Temporary Post Used For Theme Detection (0c51bbe5-45e6-4e2a-970e-42317b0a1a5e - 3bfe001a-32de-4114-a6b4-4005b770f6d7)

    This is a temporary post that was not deleted. Please delete this manually. (7a9b4604-10c5-4017-bf13-f6e121059017 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)...
    May 27, 2021 1 min read
  • Mobile

    RadControls for Windows Phone 7 – an in-depth comparison with MS Toolkit

    Many users have asked the question “What are the differences between your controls and their equivalents in the Microsoft’s Toolkit for WP7”. With this article I will try to give you a more detailed perception on the added value of RadControls for Windows Phone 7. Please note that this is “our” point of view and how we see the differences between our suite and the Toolkit. We by no means belittle the efforts of Microsoft’s team that created such a nice components package.  I will list only the components/features that are present both in Telerik’s suite and the Toolkit. All of the...
    December 10, 2010 4 min read
  • Web

    Server sorting and filtering with WCF RIA Services and Telerik Data Virtualization for Silverlight

    I’m happy to announce that with our upcoming service pack (Q3 2010 SP1) you will be able to sort, filter and load records on demand with WCF RIA Services and our VirtualQueryableCollectionView.   To enable this we’ve added two extension methods for EntityQuery<T> and now you can use directly VirtualQueryableCollectionView SortDescriptors and FilterDescriptors: var context = new NorthwindDomainContext(); var query = context.GetOrder_DetailsQuery().OrderBy(o => o.OrderID); var view = new VirtualQueryableCollectionView() { LoadSize = 10, VirtualItemCount = 100 }; view.ItemsLoading += (s, e) => { var queryToLoad = query .IncludeTotalCount(true) ...
    May 27, 2021 1 min read
  • Productivity Testing

    Publishing Command Line Runner Results to WebUI Scheduling Server

    As you know, with the official Q3 2010 release of WebUI Test Studio, you can easily create a scheduling server for test execution. What you may not know is that you also have the ability to publish test list results from a command line execution directly to your scheduling server - here's what you need to do: The first step is to configure a scheduling server if you have not yet done so. Next, be sure to connect your project to your scheduling server (QA Edition Only) Now just set the appropriate arguments on the AoT Runner Set the ...
    May 27, 2021 1 min read
  • People

    What’s the temperature? Check it out and win an Xbox!

    The Telerik Silverlight teams have released various demo applications together with hundreds of examples to help you get started more easily with RadControls for Silverlight. The newest demo application, the Weather Station, will not only show you how to bind the Telerik Silverlight data visualization controls to real-time data, thus creating interactive and engaging user experience, but it might also help you win an Xbox 360. All you have to do to participate in the “What’s the temperature?” game is to:  Launch the Weather Station application Check the weather in your city Tweet the temperature and the name of your city. Use...
    May 27, 2021 1 min read