Disable inline edit in ui listing in Magento2
to disable inline editing in UI listing grid in Magento2 please go to this file
app/code/{Vendor}/{Module{/view/adminhtml/ui_component/{vendor}_{module}_{object_table}_listing.xml
then change the parameter of enable property to false
<editorConfig>
<param name="enabled" xsi:type="boolean">false</param>
</editorConfig>