Suggestion when generating the CRUD pages

After creating the CRUD pages in RBS, I would normally set the following for the datagrid page:

  • AllowColumnResize = true

  • Look and Feel, Density change Default –> Compact

  • FilterMode change Advanced –> Simple

  • PageNumbersCount change 5 –> 10

  • PagerAlwaysVisible = true

  • PageSizeOptions = @(new int{10, 20, 50, 100})

  • Dialog for Add & Edit to Resizable & Draggable

This is time consuming having to go through all the CRUD pages especially if there are a lot of tables. Would be great to be able to select these as part of the selection prior to generating the CRUD pages.

Hi @kirank,

Happy New Year and thanks for the suggestion!

We will add those configuration options in one of the upcoming releases in 2026.

Thank you @korchev

Happy New Year to you & your team too

@korchev Another suggestion. Not a biggie.

For RadzenTextBox for the Add & Edit pages, I usually set AutoCompleteType="Radzen.Blazor.AutoCompleteType.Off" so that users don’t see autocomplete popups which can be annoying for them

And for RadzenNumeric

Thank you. I see the changes have been released.

Your quick response much appreciated. This will save a lot of time & eliminate a lot of tedious changes

@korchev

I notice that AutoCompleteType="Radzen.Blazor.AutoCompleteType.Off" gets set on TextBox & Checkbox but not on Numeric. Is there a reason why it’s not set on Numeric?

No reason. We would address that with the next release.