Table of Contents
Chapter 1: Getting Started with Telerik RadControls
Chapter 2: Telerik Editors and How They Work
Chapter 3: Data Entry and Validation of Telerik Controls
Chapter 4: Layout Organization and Display Functionality
Chapter 5: Navigation and Dynamic Event Handling
Chapter 6: Telerik Scheduling and Object Bound Loading
Preface
This book aims to demonstrate the use of the Telerik RadControls within a Windows Presentation Foundation (WPF) application. The book will work with four aspects of
RadControls :
• Data Entry Controls
• Navigation Controls
• Scheduling Controls
• Layout Organization Controls
The book will also review several key aspects of loading these controls using data objects and XML serialization. The last feature the book will cover is how to validate data within RadControls and Visual Studio controls .
What this book covers
Chapter 1, Getting Started with Telerik RadControls, discusses the process of installing the Telerik controls, then verifying the installation and making sure the controls are loaded into Visual Studio and the Control ToolBar. By the end of the chapter , the Telerik controls should be available in Visual Studio and be ready for use in a WPF project.
Chapter 2, Telerik Editors and How They Work, reviews the listed controls and discusses how to load the values and properties in a bound and unbound technique.
The spell-check control is added to other controls to allow for spell-check on several controls. By the end of this chapter, the reader should be able to use the selected controls in both a bound and unbound mode.
In addition , the reader will be able to implement the spell-check controls for use with the accompanying text editing controls .