I have a DevExtreme grid that has an edit pop up. Currently everything is working and it has the edit button in the last column. I want to get rid of that column and instead have a link on the object name that you click to open the edit form. I have found where you can customize the buttons, but I don't know how I would get the data in there to create a link on the object name https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Columns/Column_Types/Command_Columns/#Customize_the_Edit_Column.
I also tried to use a click event on a normal column (using a column template), and had a viewChild to the datagrid, but I couldn't figure out any way to make that open the edit form.
I am using Angular 9 in the project.