WPF & Silverlight Controls
Step by Step

Tutorials, video, and code to make
your XAML development easier
and more productive!
Skip Navigation LinksProducts > XAML > XAMLflix > DataForm
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 RadDataForm

RadDataForm provides a way to display and edit arbitrary business objects in a form layout. It provides a basic UI for navigation trough a collection of business objects as well. The built in editors are auto generated by default, so that a fully operational CRUD support may be achieved with a single line of code - just binding to the business object.

Getting Started with RadDataForm

In this video, we will dive into Visual Studio 2010 and begin with File -> New Project and discover what the RadDataForm control has to offer. With RadDataForm, you are able to display and edit arbitrary business objects in a form layout with ease.

Download the project

Autogenerated and Customized Fields

In this video, we will see how easy it is to change the field name being displayed, add a description or even change properties based on field selection. We will also take a look at changing the default layout of the RadDataForm.

Download the project

Integrate RadDataForm with RadGridView

RadDataForm may be fully integrated with the RadGridView control. In this video, we will add RadDataForm to the RowDetails view of the RadGridView control. This will allow the end-user to edit the details of a row quickly and efficiently.

Download the project