The following template renders fine and allows editing of the data. When other fields are edited along with the textarea, the data manager sends the edited values to the controller fine. When only the text area is changed, the updated data is not sent when the save button of the dialog is clicked. How to I tell the grid object / data manager that changes have been made? I cannot find any examples of what the best procedure is to do that is.
<tr>
<td>Address</td>
<td>
<textarea rows="4" cols ="40" id ="SuppSiteAddress" name ="SuppSiteAddress" class-"e-field e-ejinputtext" style="text-align:left;">{{:SuppSiteAddress}}</textarea>
</td>
</tr>
Attachment:
Index_452f1ab6.zip