In an earlier blog post I reviewed how to create a line chart using RadChart for Metro. In this blog post I will review how to create a bar chart, and no doubt you will notice some striking similarities. All of this is done with the Telerik Windows 8 UI Controls. We’ll begin with the data. Our bar chart will compare revenues for five stores. [ Click on the image to see full size ] Our first class will define the StoreRevenue type and will have a static method to generate some sample data (normally, of course, you would get this data from a...
The second major installment of RadControls for WinForms in 2012 brought to life three new controls to the suite; it boasted a fine-tuned theming mechanism and introduced various accessibility tweaks making it even easier for you to deliver your apps’ experience to visually impaired people. It is now time to look towards the next major release, expected in mid-October. Let’s take a look at the highlights of Q3 2012 Roadmap for WinForms: RadPivotGrid (Beta). Being a CTP in Q2 2012 SP1, RadPivotGrid will be further improved to reach the Beta phase in Q3. The features that you can currently use –...
Microsoft is going to end the mainstream support for SharePoint 2007 (MOSS) on October 9th, 2012 (see on the official support lifecycle page), we also stopped the development of RadEditor for MOSS, just like we followed suit with the support for .NET 2.0. The last official release of RadEditor for MOSS is version 5.8.16 (Q2 2012), which is based on Telerik's ASP.NET Editor (version 2012.2.607). The RadEditor for MOSS build is using a .NET 2.0 version of Telerik.Web.UI. Since we are no longer maintaining a .NET 2.0 build, we cannot have new versions of the MOSS editor. Please keep in mind that support for integrating newer versions of...
All eyes are on the upcoming new Windows Phone device by Nokia in September as well as the release of Windows Phone 8, since they’ll open up new horizons for Windows Phone developers and their apps. Meanwhile, we follow with excitement the success of our customers’ apps. Our Showcase Gallery has more than 200 featured apps, many of which take top positions on the marketplace. So we decided to show them off. Check out which apps built with Telerik Windows Phone UI controls rule the marketplace.
Yesterday’s release of Visual Studio 2012 and Blend for Visual Studio
2012 marks the beginning of a new era. In some ways, VS2012 and Blend
are incremental releases, adding even better support for building
enterprise and consumer apps and services for the desktop and the web.
However, in one very important way, the release of VS2012 and Blend,
together with the release of Windows 8 earlier this month, signals a
whole new focus for the platform - that of touch-centric tablets - and
with it, a whole new way to package and distribute apps for the Windows
operating system - the Windows Store. If Windows 8 sells even
half of...
In Part 3 of this little mini-series on data binding in Windows 8 we looked at Element Binding. Today, we’ll take a look at Data Conversion. At times the data in your business object (the source for your binding) and the target UIElement may not have an exact type match. For example, if your Employee class wants to keep track of the start date for each Employee, a sensible way to do so is with a DateTime object. However, when we display that data we’ll want to use a Text object, and we may not want the entire default conversion of...
While I was in London last week, Telerik’s UK
Country Manager and I took some time to visit the Google
Campus, a massive co-working and startup incubation space. There are six floors
of co-working space where you can apply to be a resident if you are a startup based
in London and an awesome cafeteria/coffee shop where anyone can come in for the day.
On the top floor is Google’s offices. Even though Telerik has a London office, we
registered online and spent a day working at the co-work space, mostly to get a feel
for the co-work space and check out the scene. (Also, Telerik’s KendoUI was...
If you missed all the excitement on the interwebs yesterday, you should know that Windows 8 officially went RTM. My good friend and prolific animated GIF pundit John Bristowe posted this apt metaphor of the frenzy over at MSDN. You can count me in the pile of chaos...
You can tell the VS team has an appreciation for Test Studio
because they’ve went with our color scheme for the VS 2012’s artwork: As you may already know Visual Studio 2012 is here. And the
answer to the question you’re probably asking yourself is: “Yes, Telerik’s Test Studio fully
integrates with Visual Studio 2012” That’s right – VS 2012 is now officially part of the Test
Studio-integrated family (alongside VS 2008 and VS 2010). Hooray! Testing-wise the major change in Visual Studio 2012 is that Test
View is gone. Instead we have the Test Explorer. We recommend that you checkout
this...
In this post, I will explore creating a line chart using the RadCartesianChart from the Telerik Windows 8 UI Controls. You can Download Telerik Widows 8 Controls here. Figure 1 shows the chart we wish to build. This is a linear chart built with a RadCartesianChart. It represents revenue for the last six months of 2012, The best way to approach building a line chart (or any chart) is to start with the data you wish to display. In this case, we will use mock data representing Monthly Revenue earned from July through December 2012. The class that will hold our data...