WinForms DataEntry Overview
RadDataEntry provides an easy way to display and edit arbitrary business objects in a form layout. The built-in editors are 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 or to a collection of objects. In order to further enhance RadDataEntry, it can be used in combination with RadBindingNavigator or any other collection navigation control.
The DataEntry is part of Telerik UI for WinForms, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
RadDataEntry control generates various editors depending on the type of property that should be editing:
RadTextBox for string properties.
RadCheckBox for Boolean.
RadDateTimePicker for dates.
RadDropDownList for enumerations.
RadColorBox for Color.
PictureBox for Image.
With the R2 2022 SP1 version of our control, a RadSpinEditor control will be used as the default editor for all numeric types.
- RadSpinEditor for numeric properties.
In addition RadDataEntry allows manual setting and customization of editors and their layouts via the standard for windows forms practices. It is highly customizable, allowing the user to modify the default look in easy and intuitive manner.
Figure 1: RadDataEntry
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms DataEntry Homepage
- Get Started with the Telerik UI for WinForms DataEntry
- Telerik UI for WinForms API Reference
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WinForms Forum
- Telerik UI for WinForms Knowledge Base
Telerik UI for WinForms Additional Resources
- Telerik UI for WinForms Product Overview
- Telerik UI for WinForms Blog
- Telerik UI for WinForms Videos
- Telerik UI for WinForms Roadmap
- Telerik UI for WinForms Pricing
- Telerik UI for WinForms Code Library
- Telerik UI for WinForms Support
- What’s New in Telerik UI for WinForms