Blazor app vs Angular app discrepancies

I would like to point out a few differences between the Blazor generated app and the Angular app using the Rentacar database.

  1. On the form to add an Order, the Blazor app shows the default dates as "01/01/0001", which is not a very user-friendly presentation. When the user clicks on the triangle to select a date, the calendar initially shows the year 0001. In Angular the dates appear blank initially, and clicking on the field takes you to a calendar for the current month - much better.

Blazor:
image

Angular:
image

  1. In Blazor, the menu to select the car is cut off at the bottom of the form window. In Angular, the full menu is displayed.

Blazor:

Angular:

  1. In the column filters on the grid, the user has to press Enter to apply the filter in the Blazor app. In the Angular app, the grid is filtered dynamically as the user types. Also, in Blazor, the filter appears to be case-sensitive, whereas in Angular, it is not case-sensitive.

Blazor:

Angular:

I look forward to further improvements in the Blazor implementation. Keep up the good work!

Thanks for the reports, Alan! We will do our best to address all of them in the next versions!

Hey @AlanD,

We've just released Radzen update with updated Blazor DatePicker component!

You can check it also in our latest Blazor demos:
https://blazor.radzen.com/datepicker

DropDown component is updated as well:

Best Regards,
Vladimir