WPF & Silverlight Controls
Step by Step

Tutorials, video, and code to make
your XAML development easier
and more productive!
Skip Navigation LinksProducts > XAML > XAMLflix > Calculator
Get started on the right foot Download Silverlight and / or Download WPF

Tutorials, videos, and code

What is XAMLflix?

XAMLflix is your step-by-step guide to getting started with RadControls for Silverlight & WPF. Make your XAML development easier and more productive with this library of video tutorials covering the controls in the suite.

Silverlight & WPF

Say Hello to RadCalculator

RadCalculator for Silverlight/WPF has a simple easy-to-use interface enabling the end user to perform all basic calculations such as addition, subtraction, multiplication, division as well as some more complicated ones – reciprocal, square root, negate. The operations can be executed either by clicking the calculator buttons, or by using your keyboard. You can also use the numeric keypad to type numbers and operators by pressing Num Lock. Furthermore, all the Memory and Clear features are exposed as well.

Getting Started with RadCalculator

In this video, we will see how easy it is to get started with RadCalculator. We will begin by adding RadCalculator to a new Silverlight Application and explore its features. We will wrap up the video by learning how to add the RadCalculatorPicker to you Silverlight project as well.

Download the project

Customize RadCalculator by Creating Custom Operations

In this video, we will learn how RadCalculator can be easily extended by defining custom operations that are needed in specific scenarios. We will add four additional buttons and define the custom operations in code.

Download the project

Use RadCalculatorPicker as an editing element in RadGridView

In this video, we are going to show that RadCalculatorPicker can be embedded as an editing element for a column in RadGridView. Your users will be able to perform calculations inside RadGridView with ease!

Download the project