Hello, Jon,
Thank you for the provided Dojo.
The Sortable widget listens for the mousedown event and this is why you are not able to click on the inputs but you are able to tab and edit.
To enable the clicks into the inputs of an editable grid while using a Sortable, just exclude the editable row from the filter:
https://docs.telerik.com/kendo-ui/controls/interactivity/sortable/integration/grid#reordering-in-editable-grids
filter: ">tbody >tr:not(.k-grid-edit-row)",
Here is the updated Dojo for your reference:
http://dojo.telerik.com/amAnIKal/6
Kind Regards,
Alex Hajigeorgieva
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.