When I generate CRUD pages for all tables the schema names are simply prefixed to the table names thus:
dbo:
XXX: XXX
YYY: YYY
This looks horrible and worse amateurish. What can I do to customize the appearance of the generated CRUD pages and menus. For instance to have 'XXX. instead?
Since you have same table names in different schemas we have no other option but to prefix table class name with the schema - same applies to pages and menu items. You can rename the menu items text as per your needs or you can avoid mass auto-scaffold of pages from your database and create only the needed pages manually.
In this case I do not have the same table name in multiple schema.
I am not disputing the need to qualify the table name.
I am requesting that the qualification of table names with a schema name be customizable and that the default does not given schema SSSS and table TTTT create a name SSSSTTTT, that by default it presents as SSSS.TTTT or similar.
Your post category is for Radzen IDE not for Radzen Blazor Studio. Renaming pages during scaffold is not available in Radzen Blazor Studio since in RBS you have better control over the code unlike Radzen IDE where the code is generated from meta on every application run. We might consider adding such feature in some of our future updates however we cannot commit any exact release date.