Disable Crud Edit Column on 1 row

I am using the Crud component for my grid with also it’s edit column feature. What i wanted to ask is if it is possible after adding the Edit Column to the grid to disable the edit button for just 1 row, or to disable the crud editor buttons and form for only row. I tried using the Element Api by getting the View object from the CrudEdit and disabling it but while almos everything appeared disabled the Delete button/link was still enabled. The goal is to disable the edit of an item in the row according to user authority. Thank you all for your time.