Skip to content

Commit 7acb4d6

Browse files
committed
Update using-input-controls-inside-data-bound-controls.md (#733)
1 parent f31bcc7 commit 7acb4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/textbox/how-to/using-input-controls-inside-data-bound-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ position: 0
1212

1313

1414

15-
You can embed **RadInput** controls in a data-bound control and use it for editing. When the data-bound controlcreates the **RadTextBox**, **RadNumericTextBox**, **RadDateInput**, or **RadMaskedTextBox** control as part of its own rendering, it can extract the input values.
15+
You can embed **RadInput** controls in a data-bound control and use it for editing. When the data-bound control creates the **RadTextBox**, **RadNumericTextBox**, **RadDateInput**, or **RadMaskedTextBox** control as part of its own rendering, it can extract the input values.
1616

1717
When embedding **RadInput** controls inside a data-bound control, you must use a data-binding expression to bind the value of the input control to the data source of the parent control. Data-binding expressions are contained within <%# and %> delimiters and use the **Eval** and **Bind** functions. The **Eval** function is used to define one-way (read-only) binding. The **Bind** function is used for two-way (updatable) binding.
1818

0 commit comments

Comments
 (0)