Hi, I am trying to port our app to Blazor from UI for Ajax. One of the glaring omissions is the FocusDate which we use heavily.
Use case: team is planning the travel a staff member to the Tour de France sometime in May. However, the race is in July. The Blazor UI will use the selected date however, there is no selected date yet. In the UI for Ajax version, we use the starting date of the race as the focus date which places the travel in the right neighborhood and most likely doesn't require the user to change the month making the process more productive.
The worst case scenario is when the team is planning a training camp and they have to change the view every single time for 200 people. That's not very nice.
I am wrapping the Telerik control within a component to be able to have better Placeholder feedback for the user.
Matt.
