Hi,
I have a grid which has the DataSource property set to a collection of objects.
In the grid I have several textboxes bound to properties of the objects in the collection:
The textbox displays the value in the property, but the reverse binding (from control to property) doesn't work. The value in the control is correct, but it is not copied in the property.
What am I doing wrong?
Thanks!
I have a grid which has the DataSource property set to a collection of objects.
In the grid I have several textboxes bound to properties of the objects in the collection:
<
telerik:RadTextBox
ID
=
"rtbKPIComments"
Runat
=
"server"
Height
=
"60px"
TextMode
=
"MultiLine"
Width
=
"100%"
Text='<%# Bind("ResultsExample") %>'>
</
telerik:RadTextBox
>
The textbox displays the value in the property, but the reverse binding (from control to property) doesn't work. The value in the control is correct, but it is not copied in the property.
What am I doing wrong?
Thanks!