In the textmate editor plugin the TRepeater template refers to the DataKeys
property instead of the DataKeyField property.
Wrong:
<com:TRepeater ID="repeater1" DataKeys="Data key field">
Correct:
<com:TRepeater ID="repeater1" DataKeyField="Data key field">
Original issue reported on code.google.com by ctrlal...@gmail.com on 3 Jul 2013 at 2:13
Original issue reported on code.google.com by
ctrlal...@gmail.com
on 3 Jul 2013 at 2:13