Posted 29 Apr 2016 Link to this post
Posted 29 Apr 2016 in reply to Daniel Link to this post
I figured it out.
In MasterTableView the CommandItemDisplay needed to be set to Bottom instead of TopAndBottom.
My new code:
<MasterTableView ShowFooter="false" DataKeyNames="AppointmentID" EditMode="InPlace" CommandItemDisplay="Bottom">