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...
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...
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...
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...
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...
This is a temporary post that was not deleted. Please delete this manually. (7a9b4604-10c5-4017-bf13-f6e121059017 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)...
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...
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) ...
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 ...
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...