Remove grid/border in Radzen DataGrid

So i want to remove the 1 px border and the 1 px grid in the Radzen DataGrid, ive tried to overwrite the .rz-datatable class that has the border, but i could not get it to work. Is there any way to access the css file for the DataGrid and remove the CSS attribute?

Not sure what you’ve tried and didn’t worked. Use your browser developer tools element inspector to perform and test desired change.

I've used the element inspector and i know which element, and class name the border is attached to. The issue is that the css to the class element is in the Radzen css file.

I've tried to override the css attribute, by giving it a different color, but that does not work

Screenshot 2021-11-02 at 12.30.19

Check the CSS specificity of your rule. Or use the !important modifier.