Been using Radzen Blazor Studio, CRUD pages with separate Add and Edit pages will open in dialog mode, apparently with no other option. But cheking Radzen Studio's documentation I see there's an option to make those pages navigation instead of dialog: "1. Radzen will open Edit and Add pages by default in dialogs. Uncheck the check-box if you want to have navigation instead." So looks like the option is available for Studio but not for Blazor Studio.
What would be the easiest way to convert the dialog pages generated in Blazor Studio to navigation ?
Is it possible to have a Studio installation in the same PC where I have Blazor Studio to test those options, and not mess the existing Blazor Studio projects ?
thank you