Telerik blogs
  • 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...
    December 10, 2010
  • 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...
    December 10, 2010
  • 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)...
    December 10, 2010
  • 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
  • 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) ...
    December 09, 2010
  • 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...
    December 10, 2010
  • 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...
    December 10, 2010
  • 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)...
    December 10, 2010
  • 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
  • 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) ...
    December 09, 2010