Using .net core with the DevExpress DxGrid component, I'm looking for the best way to change the default hyperlink style buttons.
My goal is to show them as bootstrap buttons, so mostly just a css class change is needed.
The best way would be using official attributes/templates/events, etc. and not some javascript 'hack' to replace the classes.