Roadmap / Features

some items that i think could help out....
have a way to store some common settings / defaults for when we request new pages be scaffolded.
small example
for a boolean what control to use Checkbox or Switch ?

also on the page style to generate add the option to pick from having add/edit open as a dialog or a seperate page that is navigated to.
the old radzen app has an option for this but blazor studio does not (or i could not find it).

also allow seving sets of default values for component properties.
for example there are over 10 properties i generally set on each data grid after scaffolding pages for them.

also is there any eta on when the OData and Web API support will be added ?
for now this is one of the items that has me going to the old app for some scaffolding and then manually merging code from two or more apps to get all the functions into one app.

Hi @figuerres,

Most probably we will unable to provide options for all settings and properties of the scaffolded UI and that’s why the idea is to provide a way to have your own custom templates. We have this in mind since the start of Radzen Blazor Studio six months ago however there is still work (not started) needed on this topic. We can’t give any exact release date of such feature however most probably it will be available later this year.
The work on REST/OData is already started and most probably support for such services will available by the end of next month.

1 Like

You have missed this option:
image

Today you can probably use the approached described here. The OverridableComponentActivator used there is from this blog post.

ok and a feel like fool on missing that button!!!! i must have went past that like 50 times!!!!
AHHHHHH!!!! well one down !

and thatks for the rest of the feedback and info....

and yes i know that you cant do everything ....

and i will look at the links and see if they can help me with some items...

thanks again!