Daniel R. Spalding
Dr. Brian Finnegan
About the Author
Daniel R. Spalding is a software consultant who works with many companies in the Delaware Valley area of Pennsylvania. His software has been used by several companies as their primary source for running their businesses. He has consulted with several large firms on software architecture and product prototypes using Visual Studio and C#. He started his business in 1996, but worked for Bell Atlantic for the first 5 years of his career where he was in charge of the Lotus Notes Center of Excellence for Philadelphia.
He has also been an adjunct professor for the last 19 years at both Drexel University and Peirce College working with students in all aspects of computing from software development to networking certification.
I would like to thank my wife Cindy, and my family, for putting up with the time and effort this book took to complete. I would also like to thank the technical reviewers, Bill Youngman and Brian Finnegan, for volunteering their time to review my work, and fix all my mistakes.
About the Reviewers
Dr. Brian Finnegan is an associate professor of Information Technology at Peirce College where he teaches courses in database management, human-computer interaction, and programming.
Jiri Pik is a finance and business intelligence consultant working with major investment banks, hedge funds, and other financial players. He has architected and delivered breakthrough trading, portfolio and risk management systems, and decision-support systems across industries.
His consulting firm, WIXESYS, provides their clients with certified expertise, judgment, and execution at the speed of light. The power tools of WIXESYS include revolutionary Excel and Outlook add-ons available at http://spearian.com.
Bill Youngman graduated from the University of Kansas in 1983 with his BA in Psychology and after that spent almost 10 years as a radar/computer technician in the U.S. Navy. Upon leaving the Navy, he moved to Philadelphia where he began his career as an application developer with a multimedia company.
He spent the next 20 years as a consultant working in the healthcare, pharmaceutical, insurance, and financial industries working on web applications and computer-based training systems before finally ending up at PJM Interconnection where he has been working since 2008.
While at PJM, he earned his Master's degree in Software Engineering at Pennsylvania State University and is currently a solutions architect in the System Planning and Applied Solutions Applications group where he supports PJM's system planning efforts for the electrical utility grid for the Mid-Atlantic region as well as working with the Applied Solutions group researching and developing new technologies at PJM.
www.PacktPub.com
Support files, eBooks, discount offers, and more
You might want to visit www.PacktPub.com for support files and downloads related to your book.
Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.
At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.
http://PacktLib.PacktPub.com
Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.
Why subscribe?
- Fully searchable across every book published by Packt
- Copy and paste, print and bookmark content
- On demand and accessible via web browser
Free access for Packt account holders
If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.
Instant Updates on New Packt Books
Get notified! Find out when new books are published by following @PacktEnterprise
on Twitter, or the Packt Enterprise Facebook page.
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
, 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.
, 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.