Data Editors
- 4 minutes to read
IMPORTANT
Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.
DevExpress Bootstrap Data Editors are a powerful collection of data edit and multi-purpose server controls rendered using Bootstrap CSS classes. These controls can function in bound and unbound modes, both as standalone data editors and within container controls such as the DevExpress Grid View.
Button
The Button control extends standard button functionality by providing an enhanced client API and allows you to automatically trigger the validation mechanism for DevExpress web controls on both the client side and server side. |
Button Edit
The Button Edit control is a text box editor that allows one or more buttons to be displayed within its client region. |
Calendar
The Calendar control allows end-users to select dates and navigate through months and years. It supports the multi-month view, in which multiple months are displayed simultaneously, organized in several rows and columns. |
Check Box
The Check Box control is a check editor that allows an end-user to specify yes/no or true/false conditions. In addition to the default Checked and Unchecked states, the Check Box control supports a third, grayed (Indeterminate) state when the corresponding option is enabled. |
Check Box List
The Check Box List control displays a group of check boxes providing an end-user with the capability to select multiple items. The Check Box List control supports the data-bound mode, in which the list contents are generated dynamically, based on data obtained from a data source. |
Combo Box
The Combo Box editor combines the functionality of a single-line text editor, button editor, and dropdown list editor. The editor’s dropdown displays a list of items that can be selected by end-users. |
Date Edit
The Date Edit control is a date editor control that combines the functionality of a single-line text editor, button editor and dropdown calendar. Two Date Edit controls can be combined to implement a date range picker functionality. |
List Box
The List Box control displays a list of items that can be selected by end-users. The List Box control supports the following selection modes.
|
Memo
The Memo control is a text editor which allows multi-line input. |
Progress Bar
The Progress Bar control allows you to visually indicate a lengthy operation progress, operation rate, etc. |
Radio Button
The Radio Button control is a button that can be selected, but not cleared, by an end-user. A Radio Button paired with other radio button controls enables end-users to select a single option from a group of choices. The Radio Button control permits you to intersperse the radio buttons in a group with other content on the page. |
Radio Button List
The Radio Button List editor is a radio button group that provides end-users with the capability to select a single item at a time. The Radio Button List control supports the data-bound mode, in which the list contents are generated dynamically based on data obtained from a data source. |
Spin Edit
The Spin Edit control provides end-users with easy numeric value editing by incrementing and decrementing edit values, using spin buttons, a mouse wheel or keyboard. |
Text Box
The Text Box control is a single-line text editor. |