In Part 3 of the series, we will extend the Appointment.xaml page by adding a list of appointments for the current day using RadDataBoundListBox. We will also take a look at what is involved in retrieving data from Everlive as well as adding logout functionality to the app.
I hope you’ve enjoyed this series and have found the information in it helpful in your development as a practitioner of Test Driven Development. This series may be over, but that doesn’t mean this is the last post about TDD that you’ll see on this blog. As time goes by I’ll be publishing posts to help bolster your TDD knowledge and keep your practice of TDD going.
With the Q3 2013 release of Kendo UI, we introduced a new Map control in the DataViz suite. With features like map markers, zoom, touch-based input, tile-based maps and GeoJSON, this control makes it easier than ever to add maps to your app, with compatibility all the way back to IE7! But The DataViz Map control does not provide it’s own map images for tiling or other layers - this is something that you have to provide through integration with tile-based map services. Fortunately, this is as easy as typing in a URL.
In this post I will summarize some of the more popular options for displaying maps in your hybrid mobile apps. With each option I'll provide specific instructions on how to quickly implement each solution. As an added bonus we will examine a custom Cordova plugin in Icenium - which helps to make native map frameworks available to your hybrid mobile apps.
As 2013 is almost over, I thought I'd share details about some of our plans for 2014. With our first release for the year we will provide project managers and development managers with a high level view of product releases and features, so they can manage them more effectively. Then, we will focus our efforts on providing teams with features that will help them do more work with less effort. Below is a brief summary of some of the key features we will be releasing next year: R1 2014
Releases Management
Scheduled for the middle of Q1 2014, this new ...
With the our Q3 2013 SP1 release of RadDocking we introduced some new functionalities in the RadDocking control which helps using the control in MVVM scenarios. You can find more information about this topic in my previous blog post here. Before proceeding with this blog post it’s good to be familiar with PRISM and its functionalities because it will be accent of the blog post.
The Data Navigation functionality in RadHtmlChart for ASP.NET AJAX is useful for displaying large sets of data over time that let you zoom and scroll to particular time ranges.
Form validation is like politics: It sounds like a simple problem to solve. It's not until you get involved that you discover what a nasty and convoluted business it is.
Kendo UI can't solve all of the issues of politics, but it does have quite a few validation tricks up it's sleeve. Some widgets (like the Kendo UI Grid) have validation baked right in. The same framework that these widgets use is exposed for you to use as well.