I have a RadDataForm bound to a single DataRowView of a DataTable. If I allow the form to auto-generate the editor fields, the "Cancel" function works as advertised. That is, I can edit any number of the fields, press Cancel, and their original values are returned prior the the form shifting back to ReadOnly mode.
However, if I supply a custom template for the same DataRowView, when I edit some data and press Cancel, the original values are not put back into the editor fields. The form is placed back in ReadOnly mode (as expected), but the modified values are still there.
How can I get a custom template to play nicely with the Cancel function? I see no mention of this anomaly in the docs or on the forums.
Jeff
However, if I supply a custom template for the same DataRowView, when I edit some data and press Cancel, the original values are not put back into the editor fields. The form is placed back in ReadOnly mode (as expected), but the modified values are still there.
How can I get a custom template to play nicely with the Cancel function? I see no mention of this anomaly in the docs or on the forums.
Jeff