Code disappears when opening Radzen

Good morning,

For my project, I am looking to use the Radzen component "Bar Chart". When I just copy and paste the source code (https://blazor.radzen.com/bar-chart) into my page, and I am running the application via Visual Studio, everything seems to be working fine. However, when I open Radzen instead, all of the source code I've imported just disappears within Visual Studio.

I don't know if I'm doing something wrong or if this some kind of bug?

Would love to hear from you!

Hi @ChrisI,

Radzen will overwrite *.razor and *.designer.cs files. If you want to customize them you need to add these files in the application ignore list:
https://www.radzen.com/documentation/blazor/customizing-generated-application/

1 Like

@enchev Ah, I see! Didn't know it would overwrite. Thank you! :slight_smile: