I've created a simple page, intended to be used via the mobile app, that displays Purchase Line data. The goal is for users to be able to touch a list item, edit its /Qty. to Receive/ value, and post the receipt. However, when touching a list item, the app displays all the information in my repeater but everything is greyed out and not editable, even when the `Editable` property is set to true for the fields and `ModifyAllowed` is enabled for the page. Here is the code for my page:
Thanks in advance for any help