Remove link in a dhtmlxgrid

Hi,I have a link field in my dhtmlxGrid. It working fine.Now I want to remove the link on the grid if a different kind of user logs in. Is there a way to remove/disable the link using javascript ?? :question:

You can use

grid.setColumnExcellType(index, ro); //grid pro only

which will change the column type from link to ro