This is part one of the RadChart for WinRT blog series. For more information please refer to the other parts of the series: Part two - The Compilation Part three - Taking its First Breath Now that the early bits of WinRT – the new Windows 8 development platform are out, we (at Telerik) are eager to explore this whole new world that awaits us - the opportunities it offers and the challenges to be faced. I would like to elaborate a bit more on how we feel about this new world. We are strong believers that a programming language is only a tool used...
The Q2 2011 SP1 release is already out and it includes many improvements and fixes for the existing controls promised to our customers, however, it also includes a brand new component that is in the beta stage - RadBulletGraph. The bullet graph is a component for data visualization that succinctly and accurately visualizes a comparison between different data in a quantitative and qualitative manner. A full specification of the bullet graph component can be found here. The great thing about the bullet graph is that it takes the linear subset of the gauges and uses it so that the information is visualized clearly and concisely...
In the early days of Silverlight binding support for advanced dynamic scenarios was very limited (remember my DataTable?). Since then, however, the platform has evolved greatly – so did our tools! Dynamic code 2009 style: Dynamic code 2011 style: Now to bind RadGridView to some dynamic data you just need ObservableCollection<dynamic>: RadGridView will auto-generate columns automatically using your DynamicObject GetDynamicMemberNames() implementation and will call your TryGetMember/TrySetMember (TryGetIndex/TrySetIndex in case of indexer binding) methods when needed. To illustrate this I’ve made small example project (similar to this blog post) demonstrating...
I fully admit it: I’m extraordinarily biased to having developers and testers co-located in the same room, or even at the same desk. I’ve seen the great collaboration that ensues as testers and devs bring their different skillsets, experience, and views together while working together on project tasks. While I’m biased in that direction, I’ve also led and been a part of teams working in different states and on different sides of the globe—and we were highly successful at our efforts thanks to working hard at establishing a great collaborative environment. Collaboration isn’t just a buzzword, it’s a central pillar ...
As we mentioned in our recent post we added new project templates to Telerik OpenAccess ORM, making it easier than ever to get an application up and running. In this blog we will take a look at each of the new templates, see what they provide, and see how you can leverage them with other Telerik Components. Using the Templates These templates are for .NET 4.0; so when adding a new project make sure that .NET Framework 4 is selected in the drop down above the project template list. Web Site Template To make it easier for developers using Web Site projects, we added a...
Currently RadMap supports three built-in map providers: Bing Maps, Open Street Maps and Empty provider. The empty provider does not show any map tiles. It just provides spatial reference (projection) for other operations (i.e. KML or ESRI shape files). The Bing Maps and Open Street Map providers read their tile images from internet. Of course a browser can use these images from its cache, but the Bing Maps provider requires internet connection because it uses a WCF service to get URLs of the tile images. It is a common scenario that the map...
In this final post of my performance testing series I’ll help you figure out where to start, then pass on a few resources I’ve found extremely helpful in my own efforts. What do I Monitor? Figuring out which metrics, measurements, and counters to monitor can be extremely daunting—there are hundreds of individual counters in Performance Monitor alone! In most cases you don’t need anywhere near the entire set of metrics. A few counters will give us all the information you generally need for starting your performance testing work. Most performance testing gurus will tell you just a few items will ...
Last week during the BUILD conference Visual Studio 11 Developer Preview was announced. Soon after that it was made available to the public. Here at Telerik we are committed on providing support for the latest and greatest technologies so we are already working on JustCode for Visual Studio 11. Actually, JustCode is happily running inside VS11 on our own PCs. Now it is a matter of an internal build or two to test and fix some compatibility issues before we can give it to you for test...
The last time we all got together was before a little conference known as Build. Everyone learned a ton of information about what is coming next in Windows 8 and the WinRT platform, but one thing stuck out for sure – Metro is in. Thankfully our designers have been all over this for quite a while and we have some very nice things in the works, most of which I can’t publicly talk about (yet!), but in the terms of this application we’re definitely on the right track. And don’t forget, an investment in a Silverlight application today means...
The Service Packs of Telerik XAML controls (Silverlight, WPF and Windows Phone) are out.
You can find a bunch of improvements and fixes in the service packs that are currently available for download under your accounts.
You can check the updated demos at: Silverlight demos WPF demos Some of the high spots for Silverlight and WPF are: Improved QCV performance when having lots of groups on many levels (LinqToEntities) in the GridView. Added UI Layers API and allowed more than one style (Bold, Italic, Underline, FontSize) to be set on an empty span while editing a document in the RichTextBox. Optimized memory and performance of the TreeListView. Added declarative support for...